Skip to content

Commit

Permalink
Fix stub of Voter::supports() method
Browse files Browse the repository at this point in the history
  • Loading branch information
luxemate committed Oct 30, 2023
1 parent 3838559 commit 27ff633
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ abstract class Voter implements VoterInterface
/**
* Determines if the attribute and subject are supported by this voter.
*
* @param string $attribute
* @param mixed $subject
*
* @phpstan-assert-if-true TSubject $subject
Expand Down

0 comments on commit 27ff633

Please sign in to comment.