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

Commit e914d6e

Browse files
committed
[PHPDoc] Fix some union type cases
1 parent 5a96313 commit e914d6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Core/User/UserInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ interface UserInterface
4444
* and populated in any number of different ways when the user object
4545
* is created.
4646
*
47-
* @return (Role|string)[] The user roles
47+
* @return array<Role|string> The user roles
4848
*/
4949
public function getRoles();
5050

0 commit comments

Comments
 (0)