From 036547e95662337ccf2c70fdb2c1bf2836e2f98f Mon Sep 17 00:00:00 2001 From: Matthieu Napoli Date: Tue, 13 Aug 2013 14:39:17 +0200 Subject: [PATCH] Update working-with-associations.rst Fixed syntax highlighting --- docs/en/reference/working-with-associations.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/en/reference/working-with-associations.rst b/docs/en/reference/working-with-associations.rst index b65773391..91f04966d 100644 --- a/docs/en/reference/working-with-associations.rst +++ b/docs/en/reference/working-with-associations.rst @@ -474,6 +474,7 @@ removed from the system: .. code-block:: php + find('User', $deleteUserId); foreach ($user->getAuthoredComments() AS $comment) {