Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
Added type of return value in VoterInterface.
Browse files Browse the repository at this point in the history
  • Loading branch information
richsage authored and fabpot committed May 23, 2013
1 parent b4ee7b3 commit ed9f49a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/Authorization/Voter/VoterInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public function supportsAttribute($attribute);
*
* @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);

Expand Down

0 comments on commit ed9f49a

Please sign in to comment.