From 0eed56fae9343abc5cd106b904fef87af1913f41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Pipa?= Date: Mon, 7 Nov 2011 08:18:22 +0100 Subject: [PATCH] Fixed indentation. --- en/reference/working-with-associations.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/reference/working-with-associations.rst b/en/reference/working-with-associations.rst index 3772b8085..b93293e1e 100644 --- a/en/reference/working-with-associations.rst +++ b/en/reference/working-with-associations.rst @@ -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.