We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52ba84c commit b1a8907Copy full SHA for b1a8907
User/UserInterface.php
@@ -38,7 +38,7 @@ interface UserInterface
38
*
39
* public function getRoles()
40
* {
41
- * return array('ROLE_USER');
+ * return ['ROLE_USER'];
42
* }
43
44
* Alternatively, the roles might be stored on a ``roles`` property,
0 commit comments