Skip to content

Commit 5dcf007

Browse files
lracicotjaviereguiluz
authored andcommitted
Add missing semicolon in doc
1 parent c3f8c85 commit 5dcf007

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -869,7 +869,7 @@ You can easily deny access from inside a controller::
869869
:ref:`base controller provided by Symfony <the-base-controller-class-services>`.
870870
It's equivalent to the following code::
871871

872-
use Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface
872+
use Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface;
873873
use Symfony\Component\Security\Core\Exception\AccessDeniedException;
874874
// ...
875875

0 commit comments

Comments
 (0)