diff options
author | Rich Sage <rich.sage@gmail.com> | 2013-05-22 11:07:07 +0100 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2013-05-23 04:09:04 +0200 |
commit | ed9f49a800ddd8afb19c12791154fe4a5b998dc0 (patch) | |
tree | 879f1f405801cd8621e28a2b77b63092e173687b | |
parent | b4ee7b37ddc38e65dde39b8c8a6b7b78fae6959b (diff) | |
download | symfony-security-ed9f49a800ddd8afb19c12791154fe4a5b998dc0.zip symfony-security-ed9f49a800ddd8afb19c12791154fe4a5b998dc0.tar.gz symfony-security-ed9f49a800ddd8afb19c12791154fe4a5b998dc0.tar.bz2 |
-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 1fc93e5..0840c1c 100644 --- a/Core/Authorization/Voter/VoterInterface.php +++ b/Core/Authorization/Voter/VoterInterface.php @@ -38,7 +38,7 @@ interface VoterInterface * * @param string $class A class name * - * @return true if this Voter can process the class + * @return Boolean true if this Voter can process the class */ public function supportsClass($class); |