Skip to content

Commit 27ff633

Browse files
authored
Fix stub of Voter::supports() method
1 parent 3838559 commit 27ff633

File tree

1 file changed

+1
-0
lines changed
  • stubs/Symfony/Component/Security/Core/Authorization/Voter

1 file changed

+1
-0
lines changed

Diff for: stubs/Symfony/Component/Security/Core/Authorization/Voter/Voter.stub

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ abstract class Voter implements VoterInterface
1313
/**
1414
* Determines if the attribute and subject are supported by this voter.
1515
*
16+
* @param string $attribute
1617
* @param mixed $subject
1718
*
1819
* @phpstan-assert-if-true TSubject $subject

0 commit comments

Comments
 (0)