diff options
author | ondrowan <ondrowan@gmail.com> | 2011-11-21 21:11:59 +0100 |
---|---|---|
committer | ondrowan <ondrowan@gmail.com> | 2011-11-21 21:11:59 +0100 |
commit | 79324fae7a9d2fff2497f5fec78cd22ce98ecaf8 (patch) | |
tree | 220bd0668c99b79785285d56dbdb8983d6e8c28a | |
parent | 684adcb5e3fba2289b533283dc1f9df04b884b62 (diff) | |
download | symfony-security-79324fae7a9d2fff2497f5fec78cd22ce98ecaf8.zip symfony-security-79324fae7a9d2fff2497f5fec78cd22ce98ecaf8.tar.gz symfony-security-79324fae7a9d2fff2497f5fec78cd22ce98ecaf8.tar.bz2 |
Fixed small typo in phpdoc.
-rw-r--r-- | Core/Authorization/Voter/VoterInterface.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Core/Authorization/Voter/VoterInterface.php b/Core/Authorization/Voter/VoterInterface.php index b37880f..41d9e64 100644 --- a/Core/Authorization/Voter/VoterInterface.php +++ b/Core/Authorization/Voter/VoterInterface.php @@ -45,7 +45,7 @@ interface VoterInterface /** * Returns the vote for the given parameters. * - * This method must return one of the following constant: + * This method must return one of the following constants: * ACCESS_GRANTED, ACCESS_DENIED, or ACCESS_ABSTAIN. * * @param TokenInterface $token A TokenInterface instance |