1
0
mirror of synced 2025-01-18 22:41:43 +03:00

Merge pull request #99 from ErikDubbelboer/spelling-fixes

Fixed spelling error and missing php open tag
This commit is contained in:
Guilherme Blanco 2012-06-07 05:37:01 -07:00
commit 138ec8411c

View File

@ -136,6 +136,7 @@ following set of classes. Put them into `entities/Bug.php`,
.. code-block:: php
<?php
// User.php
class User
{
@ -160,7 +161,7 @@ following set of classes. Put them into `entities/Bug.php`,
.. warning::
Properties should never be public when working when using Doctrine.
Properties should never be public when using Doctrine.
This will lead to bugs with the way lazy loading works in Doctrine.
You see that all properties have getters and setters except `$id`.