Skip to content

Commit 0415094

Browse files
committed
Merge branch '4.3'
* 4.3: Update security.rst
2 parents 100ee46 + 0f8240d commit 0415094

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)