Skip to content

Commit 0f8240d

Browse files
committed
Merge branch '4.2' into 4.3
* 4.2: Update security.rst
2 parents 23a27d0 + d318e07 commit 0f8240d

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)