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 19a7caa commit 00eba93Copy full SHA for 00eba93
User/UserInterface.php
@@ -44,7 +44,7 @@ interface UserInterface
44
* and populated in any number of different ways when the user object
45
* is created.
46
*
47
- * @return (Role|string)[] The user roles
+ * @return array<Role|string> The user roles
48
*/
49
public function getRoles();
50
0 commit comments