We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 854a964 commit dee67b5Copy full SHA for dee67b5
best_practices/security.rst
@@ -356,7 +356,7 @@ via the even easier shortcut in a controller::
356
$this->denyAccessUnlessGranted('edit', $post);
357
358
// use Symfony\Component\Security\Core\Exception\AccessDeniedException;
359
- // use Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface
+ // use Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface;
360
//
361
// ...
362
0 commit comments