Completed
Push — master ( b69cc3...d23ef5 )
by Peter
03:18
created
KeystoneBundle/Security/Authentication/Token/PreAuthenticatedToken.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -13,9 +13,9 @@
 block discarded – undo
13 13
     protected $token;
14 14
 
15 15
     /**
16
-     * @param array|RoleInterface[] $token
16
+     * @param string $token
17 17
      * @param string                $providerKey
18
-     * @param array                 $roles
18
+     * @param \Symfony\Component\Security\Core\Role\Role[]                 $roles
19 19
      */
20 20
     public function __construct($token, $providerKey, array $roles = [])
21 21
     {
Please login to merge, or discard this patch.