1
0
mirror of synced 2025-02-09 00:39:25 +03:00

Merge pull request #5805 from borNfreee/patch-1

Fix typo in documentation
This commit is contained in:
Marco Pivetta 2017-12-08 09:44:35 +01:00 committed by GitHub
commit b79b26aa8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,7 +89,7 @@ events for one method, this will happen before Beta 1 though.
Now validation is performed whenever you call
``EntityManager#persist($order)`` or when you call
``EntityManager#flush()`` and an order is about to be updated. Any
Exception that happens in the lifecycle callbacks will be cached by
Exception that happens in the lifecycle callbacks will be caught by
the EntityManager and the current transaction is rolled back.
Of course you can do any type of primitive checks, not null,