@@ -13,9 +13,9 @@ |
||
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 | { |