@@ -619,7 +619,7 @@ |
||
| 619 | 619 | } |
| 620 | 620 | |
| 621 | 621 | /** |
| 622 | - * @param object $object |
|
| 622 | + * @param SessionMiddleware $object |
|
| 623 | 623 | * @param string $name |
| 624 | 624 | * |
| 625 | 625 | * @return mixed |
@@ -26,7 +26,6 @@ |
||
| 26 | 26 | use Lcobucci\JWT\Builder; |
| 27 | 27 | use Lcobucci\JWT\Parser; |
| 28 | 28 | use Lcobucci\JWT\Signer; |
| 29 | -use Lcobucci\JWT\Signature; |
|
| 30 | 29 | use Lcobucci\JWT\Signer\Hmac\Sha256; |
| 31 | 30 | use Lcobucci\JWT\Token; |
| 32 | 31 | use PHPUnit_Framework_TestCase; |