Fixed the phpDoc of UserInterface

This commit is contained in:
Javier Eguiluz 2016-01-25 16:23:13 +01:00
parent d9f02fb9b7
commit 8e2a33ec2d

View File

@ -47,7 +47,7 @@ interface UserInterface
* and populated in any number of different ways when the user object
* is created.
*
* @return Role[] The user roles
* @return (Role|string)[] The user roles
*/
public function getRoles();