Skip to content

Commit

Permalink
minor symfony#10479 Add missing semicolon in doc (lracicot)
Browse files Browse the repository at this point in the history
This PR was submitted for the master branch but it was merged into the 4.1 branch instead (closes symfony#10479).

Discussion
----------

Add missing semicolon in doc

<!--

If your pull request fixes a BUG, use the oldest maintained branch that contains
the bug (see https://symfony.com/roadmap for the list of maintained branches).

If your pull request documents a NEW FEATURE, use the same Symfony branch where
the feature was introduced (and `master` for features of unreleased versions).

-->

Commits
-------

5dcf007 Add missing semicolon in doc
  • Loading branch information
javiereguiluz committed Oct 13, 2018
2 parents c3f8c85 + 5dcf007 commit 05effb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion security.rst
Original file line number Diff line number Diff line change
Expand Up @@ -869,7 +869,7 @@ You can easily deny access from inside a controller::
:ref:`base controller provided by Symfony <the-base-controller-class-services>`.
It's equivalent to the following code::

use Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface
use Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface;
use Symfony\Component\Security\Core\Exception\AccessDeniedException;
// ...

Expand Down

0 comments on commit 05effb7

Please sign in to comment.