Skip to content

Commit 9744e80

Browse files
Update doctrine.rst
Reworded, since "this" was ambiguous: Could refer to the setter as well (i.e. the setter gets created).
1 parent a197f0c commit 9744e80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doctrine.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ then go to the Code -> Generate menu and select "Getters and Setters"::
316316

317317
.. tip::
318318

319-
Typically you won't need a ``setId()`` method: Doctrine will set this for you
319+
Typically you won't need a ``setId()`` method: Doctrine will set the ID
320320
automatically.
321321

322322
Persisting Objects to the Database

0 commit comments

Comments
 (0)