Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 6e6c505

Browse files
Use iterable for roles instead of array
1 parent 2fea552 commit 6e6c505

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/UserInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ public function getIdentity() : string;
2121
*
2222
* @return string[]
2323
*/
24-
public function getUserRoles() : array;
24+
public function getUserRoles() : iterable;
2525
}

0 commit comments

Comments
 (0)