Skip to content

Commit

Permalink
fix: clarify parameter name to comply with deprecations from #34074
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Langen authored and fabpot committed Aug 18, 2020
1 parent d0ad1a1 commit 0b965da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Authorization/AuthorizationCheckerInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
interface AuthorizationCheckerInterface
{
/**
* Checks if the attributes are granted against the current authentication token and optionally supplied subject.
* Checks if the attribute is granted against the current authentication token and optionally supplied subject.
*
* @param mixed $attribute A single attribute to vote on (can be of any type, string and instance of Expression are supported by the core)
* @param mixed $subject
Expand Down

0 comments on commit 0b965da

Please sign in to comment.