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
 
+    <?php
     $user = $em->find('User', $deleteUserId);
     
     foreach ($user->getAuthoredComments() AS $comment) {