Skip to content

Commit df82009

Browse files
Hugo Hamonweaverryan
Hugo Hamon
authored andcommitted
added missing semicolon.
1 parent ce822dc commit df82009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/security/acl.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Creating an ACL, and adding an ACE
8585

8686
.. code-block:: php
8787
88-
use Symfony\Component\Security\Core\Exception\AccessDeniedException
88+
use Symfony\Component\Security\Core\Exception\AccessDeniedException;
8989
use Symfony\Component\Security\Acl\Domain\ObjectIdentity;
9090
use Symfony\Component\Security\Acl\Domain\UserSecurityIdentity;
9191
use Symfony\Component\Security\Acl\Permission\MaskBuilder;

0 commit comments

Comments
 (0)