From 8e2a33ec2dbb2816a75b27cdacd9358ecc9cdd2c Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Mon, 25 Jan 2016 16:23:13 +0100 Subject: [PATCH] Fixed the phpDoc of UserInterface --- src/Symfony/Component/Security/Core/User/UserInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Component/Security/Core/User/UserInterface.php b/src/Symfony/Component/Security/Core/User/UserInterface.php index 1b52dab9965f..747884282dca 100644 --- a/src/Symfony/Component/Security/Core/User/UserInterface.php +++ b/src/Symfony/Component/Security/Core/User/UserInterface.php @@ -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();