Skip to content

Commit 9c30df7

Browse files
committed
Fix phpdoc and coding standards
This removes the unused use statements which were not catched by PHP-CS-Fixer because of string occurences. It also fixes some invalid phpdoc (scalar is not recognized as a valid type for instance).
1 parent b9d1737 commit 9c30df7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Authentication/Provider/UserAuthenticationProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ public function supports(TokenInterface $token)
113113
* @param UserInterface $user The user
114114
* @param TokenInterface $token The token
115115
*
116-
* @return Role[] The user roles
116+
* @return array The user roles
117117
*/
118118
private function getRoles(UserInterface $user, TokenInterface $token)
119119
{

0 commit comments

Comments
 (0)