8000 minor #11549 Add missing ";" to use statement (thePhrenologist) · symfony/symfony-docs@d318e07 · GitHub
[go: up one dir, main page]

Skip to content

Commit d318e07

Browse files
committed
minor #11549 Add missing ";" to use statement (thePhrenologist)
This PR was submitted for the master branch but it was merged into the 4.2 branch instead (closes #11549). Discussion ---------- Add missing ";" to use statement <!-- 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 ------- dee67b5 Update security.rst
2 parents 854a964 + dee67b5 commit d318e07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

best_practices/security.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ via the even easier shortcut in a controller::
356356
$this->denyAccessUnlessGranted('edit', $post);
357357

358358
// use Symfony\Component\Security\Core\Exception\AccessDeniedException;
359-
// use Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface
359+
// use Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface;
360360
//
361361
// ...
362362
//

0 commit comments

Comments
 (0)
0