@@ -7,7 +7,6 @@ |
||
7 | 7 | use drupol\Yaroc\Plugin\MethodPluginInterface; |
8 | 8 | use drupol\Yaroc\Plugin\MethodPluginManager; |
9 | 9 | use Http\Client\HttpClient; |
10 | -use Http\Message\Decorator\ResponseDecorator; |
|
11 | 10 | use Mockery\Generator\Method; |
12 | 11 | use Psr\Http\Message\ResponseInterface; |
13 | 12 | use Psr\Log\LoggerInterface; |
@@ -17,6 +17,6 @@ |
||
17 | 17 | $this->setHandlers([ |
18 | 18 | new StreamHandler('php://memory', \Monolog\Logger::DEBUG), |
19 | 19 | ]); |
20 | - } |
|
20 | + } |
|
21 | 21 | |
22 | 22 | } |