Skip to content

Commit 082823c

Browse files
committed
Merge pull request #389 from symfony/mongodb
[MongoDb] Refactored MongoDB Cookbook entry
2 parents 6cec364 + 2f3285d commit 082823c

File tree

5 files changed

+800
-392
lines changed

5 files changed

+800
-392
lines changed

book/doctrine.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -269,10 +269,10 @@ doesn't replace your existing methods).
269269

270270
.. note::
271271

272-
Doctrine doesn't care whether your properties are ``public``, ``protected``
273-
or ``private``, or whether or not you have a getter or setter function
274-
for a property. The getters and setters are generated here only because
275-
you'll need them to interact with your PHP object.
272+
Doctrine doesn't care whether your properties are ``protected`` or ``private``,
273+
or whether or not you have a getter or setter function for a property.
274+
The getters and setters are generated here only because you'll need them
275+
to interact with your PHP object.
276276

277277
.. tip::
278278

0 commit comments

Comments
 (0)