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

Commit 45714c3

Browse files
committed
Fixed conflict
2 parents 486cb20 + 6e6c505 commit 45714c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/UserInterface.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ public function getIdentity() : string;
1919
/**
2020
* Get all user roles
2121
*
22-
* @return string[]
22+
* @return Iterable
2323
*/
24-
public function getRoles() : array;
24+
public function getRoles() : iterable;
2525

2626
/**
2727
* Get a detail $name if present, $default otherwise

0 commit comments

Comments
 (0)