Fixed the documentation of VoterInterface::supportsAttribute

This commit is contained in:
Javier Eguiluz 2016-01-18 17:25:45 +01:00
parent b7024483e3
commit d662c2ae8f

View File

@ -27,7 +27,7 @@ interface VoterInterface
/**
* Checks if the voter supports the given attribute.
*
* @param string $attribute An attribute
* @param mixed $attribute An attribute (usually the attribute name string)
*
* @return bool true if this Voter supports the attribute, false otherwise
*/