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

Merge pull request #55 from michal-pipa/fix-indentation

Fixed indentation.
This commit is contained in:
Benjamin Eberlei 2012-02-18 15:56:26 -08:00
commit 361c88d6ea

View File

@ -383,7 +383,7 @@ Synchronizing Bidirectional Collections
In the case of Many-To-Many associations you as the developer have the
responsibility of keeping the collections on the owning and inverse side
in sync when you apply changes to them. Doctrine can only
in sync when you apply changes to them. Doctrine can only
guarantee a consistent state for the hydration, not for your client
code.