We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 302fa82 commit a97991bCopy full SHA for a97991b
book/doctrine.rst
@@ -631,7 +631,7 @@ Once you have your repository, you have access to all sorts of helpful methods::
631
You can also take advantage of the useful ``findBy`` and ``findOneBy`` methods
632
to easily fetch objects based on multiple conditions::
633
634
- // query for one product matching be name and price
+ // query for one product matching by name and price
635
$product = $repository->findOneBy(
636
array('name' => 'foo', 'price' => 19.99)
637
);
0 commit comments