10000
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 100ee46 commit 7165949Copy full SHA for 7165949
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