We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b702448 commit d662c2aCopy full SHA for d662c2a
src/Symfony/Component/Security/Core/Authorization/Voter/VoterInterface.php
@@ -27,7 +27,7 @@ interface VoterInterface
27
/**
28
* Checks if the voter supports the given attribute.
29
*
30
- * @param string $attribute An attribute
+ * @param mixed $attribute An attribute (usually the attribute name string)
31
32
* @return bool true if this Voter supports the attribute, false otherwise
33
*/
0 commit comments