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 e70e474 commit 5952dd3Copy full SHA for 5952dd3
doctrine/associations.rst
@@ -501,7 +501,7 @@ following method to the ``ProductRepository`` class::
501
}
502
503
504
-This will *still* return an array of ``Product`` objects. But now, when you call
+This will *still* return a ``Product`` object. But now, when you call
505
``$product->getCategory()`` and use that data, no second query is made.
506
507
Now, you can use this method in your controller to query for a ``Product``
0 commit comments