Fixed the phpdoc of the VoterInterface

This commit is contained in:
Christophe Coevoet 2014-08-25 10:05:09 +02:00
parent 0233da8fd7
commit b591404bee
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ interface VoterInterface
* ACCESS_GRANTED, ACCESS_DENIED, or ACCESS_ABSTAIN.
*
* @param TokenInterface $token A TokenInterface instance
* @param object $object The object to secure
* @param object|null $object The object to secure
* @param array $attributes An array of attributes associated with the method being invoked
*
* @return int either ACCESS_GRANTED, ACCESS_ABSTAIN, or ACCESS_DENIED