Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit30816b9

Browse files
committed
minor#20972 Changed text to mention one Product object instead of many (pjotrsavitski)
This PR was merged into the 6.4 branch.Discussion----------Changed text to mention one Product object instead of manyThe getOneOrNullResult will not return multiple results.Commits-------5952dd3 Changed text to mention one Product object instead of many
2 parents1b90004 +5952dd3 commit30816b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎doctrine/associations.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ following method to the ``ProductRepository`` class::
501501
}
502502
}
503503

504-
This will *still* returnan array of``Product``objects. But now, when you call
504+
This will *still* returna``Product``object. But now, when you call
505505
``$product->getCategory()`` and use that data, no second query is made.
506506

507507
Now, you can use this method in your controller to query for a ``Product``

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp