8000 Fixes #1232 - lifecycle typo · web-dev/symfony-docs@ebda12d · GitHub
[go: up one dir, main page]

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

Appearance settings

Commit ebda12d

Browse files
committed
Fixes symfony#1232 - lifecycle typo
1 parent 0434394 commit ebda12d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/doctrine.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1196,7 +1196,7 @@ in general, see Doctrine's `Lifecycle Events documentation`_
11961196
.. sidebar:: Lifecycle Callbacks and Event Listeners
11971197

11981198
Notice that the ``setCreatedValue()`` method receives no arguments. This
1199-
is always the case for lifecylce callbacks and is intentional: lifecycle
1199+
is always the case for lifecycle callbacks and is intentional: lifecycle
12001200
callbacks should be simple methods that are concerned with internally
12011201
transforming data in the entity (e.g. setting a created/updated field,
12021202
generating a slug value).

0 commit comments

Comments
 (0)
0