Merge pull request #754 from mnapoli/patch-3
Fixed syntax highlighting in working-with-associations.rst
This commit is contained in:
commit
6372e60086
@ -474,6 +474,7 @@ removed from the system:
|
||||
|
||||
.. code-block:: php
|
||||
|
||||
<?php
|
||||
$user = $em->find('User', $deleteUserId);
|
||||
|
||||
foreach ($user->getAuthoredComments() AS $comment) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user