Added type of return value in VoterInterface.

This commit is contained in:
Rich Sage 2013-05-22 11:07:07 +01:00 committed by Fabien Potencier
parent e9802047c0
commit 97b38edeff

View File

@ -38,7 +38,7 @@ interface VoterInterface
* *
* @param string $class A class name * @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); public function supportsClass($class);