@@ -46,7 +46,7 @@ |
||
46 | 46 | */ |
47 | 47 | public function __invoke(callable $handler) |
48 | 48 | { |
49 | - return function ( |
|
49 | + return function( |
|
50 | 50 | RequestInterface $request, |
51 | 51 | array $options |
52 | 52 | ) use ($handler) { |
@@ -7,7 +7,6 @@ |
||
7 | 7 | use MovingImage\Client\VMPro\Entity\Channel; |
8 | 8 | use MovingImage\Client\VMPro\Interfaces\ApiClientInterface; |
9 | 9 | use MovingImage\Util\Logging\Traits\LoggerAwareTrait; |
10 | -use Psr\Http\Message\ResponseInterface; |
|
11 | 10 | use Psr\Log\LoggerAwareInterface; |
12 | 11 | |
13 | 12 | /** |