Skip to content

Commit 076ea38

Browse files
committed
Fix code example
1 parent 27b6628 commit 076ea38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/voters.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ Then, access that value when counting votes to make a decision::
554554
// src/Security/MyCustomAccessDecisionStrategy.php
555555
use Symfony\Component\Security\Core\Authorization\Strategy\AccessDecisionStrategyInterface;
556556

557-
class MyCustomAccessDecisionStrategy implemenets AccessDecisionStrategyInterface
557+
class MyCustomAccessDecisionStrategy implements AccessDecisionStrategyInterface
558558
{
559559
public function decide(\Traversable $results, $accessDecision = null): bool
560560
{

0 commit comments

Comments
 (0)