Test Setup Failed
Branch master (635c37)
by Pol
06:29
created
src/RandomOrgAPI.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
src/Log/Logger.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,6 +17,6 @@
 block discarded – undo
17 17
     $this->setHandlers([
18 18
       new StreamHandler('php://memory', \Monolog\Logger::DEBUG),
19 19
     ]);
20
-   }
20
+    }
21 21
 
22 22
 }
Please login to merge, or discard this patch.