Skip to content

Commit 0b965da

Browse files
Dennis Langenfabpot
Dennis Langen
authored andcommitted
fix: clarify parameter name to comply with deprecations from #34074
1 parent d0ad1a1 commit 0b965da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Authorization/AuthorizationCheckerInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
interface AuthorizationCheckerInterface
2020
{
2121
/**
22-
* Checks if the attributes are granted against the current authentication token and optionally supplied subject.
22+
* Checks if the attribute is granted against the current authentication token and optionally supplied subject.
2323
*
2424
* @param mixed $attribute A single attribute to vote on (can be of any type, string and instance of Expression are supported by the core)
2525
* @param mixed $subject

0 commit comments

Comments
 (0)