1
0
mirror of synced 2025-02-21 22:53:15 +03:00

Merge pull request #754 from mnapoli/patch-3

Fixed syntax highlighting in working-with-associations.rst
This commit is contained in:
Marco Pivetta 2013-08-13 05:40:48 -07:00
commit 6372e60086

View File

@ -474,6 +474,7 @@ removed from the system:
.. code-block:: php .. code-block:: php
<?php
$user = $em->find('User', $deleteUserId); $user = $em->find('User', $deleteUserId);
foreach ($user->getAuthoredComments() AS $comment) { foreach ($user->getAuthoredComments() AS $comment) {