Completed
Push — master ( ab0460...d4ffa9 )
by Anton
14:19 queued 10:08
created
tests/BaseTest.php 1 patch
Unused Use Statements   -6 removed lines patch added patch discarded remove patch
@@ -4,14 +4,8 @@
 block discarded – undo
4 4
 
5 5
 use Monolog\Handler\NullHandler;
6 6
 use PHPUnit\Framework\TestCase;
7
-use Psr\Http\Message\ResponseInterface;
8
-use Psr\Http\Message\UriInterface;
9
-use Psr\Log\LoggerInterface;
10
-use Psr\Log\LoggerTrait;
11
-use Psr\Log\LogLevel;
12 7
 use Spiral\Core\Traits\SharedTrait;
13 8
 use Spiral\Debug\Snapshot;
14
-use Zend\Diactoros\ServerRequest;
15 9
 
16 10
 /**
17 11
  * @property \Spiral\Core\MemoryInterface             $memory
Please login to merge, or discard this patch.