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 100ee46 + 0f8240d commit 0415094Copy full SHA for 0415094
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