@@ -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 | { |
@@ -51,7 +51,7 @@ |
||
| 51 | 51 | } |
| 52 | 52 | |
| 53 | 53 | /** |
| 54 | - * @return \PHPUnit_Framework_MockObject_MockObject|GetResponseForExceptionEvent |
|
| 54 | + * @return GetResponseForExceptionEvent |
|
| 55 | 55 | */ |
| 56 | 56 | protected function createEventMock() |
| 57 | 57 | { |