Skip to content

Commit b1a8907

Browse files
committed
fixed short array CS in comments
1 parent 52ba84c commit b1a8907

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

User/UserInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ interface UserInterface
3838
*
3939
* public function getRoles()
4040
* {
41-
* return array('ROLE_USER');
41+
* return ['ROLE_USER'];
4242
* }
4343
*
4444
* Alternatively, the roles might be stored on a ``roles`` property,

0 commit comments

Comments
 (0)