8000 book/doctrine: typos · symfony/symfony-docs@520cc2d · GitHub
[go: up one dir, main page]

Skip to content

Commit 520cc2d

Browse files
ezracrweaverryan
authored andcommitted
book/doctrine: typos
1 parent 8fc374b commit 520cc2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/doctrine.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1141,7 +1141,7 @@ the current date, only when the entity is first persisted (i.e. inserted):
11411141
.. code-block:: php-annotations
11421142
11431143
/**
1144-
* @ORM\prePersist
1144+
* @ORM\PrePersist
11451145
*/
11461146
public function setCreatedValue()
11471147
{
@@ -1276,7 +1276,7 @@ and ``nullable``. Take a few examples:
12761276
* A string field of length 150 that persists to an "email_address" column
12771277
* and has a unique index.
12781278
*
1279-
* @ORM\Column(name="email_address", unique="true", length="150")
1279+
* @ORM\Column(name="email_address", unique=true, length="150")
12801280
*/
12811281
protected $email;
12821282

0 commit comments

Comments
 (0)
0