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.
2 parents 23a27d0 + d318e07 commit 0f8240dCopy full SHA for 0f8240d
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