@@ -72,7 +72,7 @@ |
||
72 | 72 | } |
73 | 73 | |
74 | 74 | /** |
75 | - * @return callable |
|
75 | + * @return \Closure |
|
76 | 76 | */ |
77 | 77 | public static function tap() |
78 | 78 | { |
@@ -11,7 +11,6 @@ |
||
11 | 11 | use PHPUnit\Framework\TestCase; |
12 | 12 | use Prophecy\Argument; |
13 | 13 | use Prophecy\Prophecy\ObjectProphecy; |
14 | -use Psr\Http\Message\ResponseInterface; |
|
15 | 14 | |
16 | 15 | final class RefreshSessionMiddlewareTest extends TestCase |
17 | 16 | { |