8000 Added type of return value in VoterInterface. · symfony/symfony@97b38ed · GitHub
[go: up one dir, main page]

Skip to content

Commit 97b38ed

Browse files
richsagefabpot
authored andcommitted
Added type of return value in VoterInterface.
1 parent e980204 commit 97b38ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Security/Core/Authorization/Voter/VoterInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public function supportsAttribute($attribute);
3838
*
3939
* @param string $class A class name
4040
*
41-
* @return true if this Voter can process the class
41+
* @return Boolean true if this Voter can process the class
4242
*/
4343
public function supportsClass($class);
4444

0 commit comments

Comments
 (0)
0