1
0
mirror of synced 2025-01-31 04:21:44 +03:00

Update working-with-associations.rst

Fixed syntax highlighting
This commit is contained in:
Matthieu Napoli 2013-08-13 14:39:17 +02:00
parent 7f1c1d2b4a
commit 036547e956

View File

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