Completed
Push — master ( d68f4d...84e19d )
by Gabriel
11:04 queued 11s
created
src/Resolver/Pipeline/Stages/MethodCallStage.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Nip\Controllers\Controller;
6 6
 use Nip\Dispatcher\Exceptions\InvalidCommandException;
7
-use Psr\Http\Message\RequestInterface;
8 7
 use Psr\Http\Message\ResponseInterface;
9 8
 
10 9
 /**
Please login to merge, or discard this patch.
tests/DispatcherTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use Nip\Dispatcher\Dispatcher;
6 6
 use Nip\Dispatcher\Commands\Command;
7 7
 use Nip\Dispatcher\Exceptions\InvalidCommandException;
8
-
9 8
 use Psr\Http\Message\RequestInterface;
10 9
 use Psr\Http\Message\ResponseInterface;
11 10
 
Please login to merge, or discard this patch.
src/Resolver/Pipeline/Stages/ActionCallStage.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use Nip\Controllers\Controller;
6 6
 use Nip\Dispatcher\Exceptions\InvalidCommandException;
7 7
 use Nip\Dispatcher\Resolver\ClassResolver\NameFormatter;
8
-use Psr\Http\Message\RequestInterface;
9 8
 use Psr\Http\Message\ResponseInterface;
10 9
 
11 10
 /**
Please login to merge, or discard this patch.
tests/Resolver/Cache/DefinitionCollectionTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace Nip\Dispatcher\Tests\Resolver\Cache;
4 4
 
5 5
 use Nip\Dispatcher\Resolver\Cache\DefinitionsCollection;
6
-use Nip\Dispatcher\Resolver\Cache\FileManager;
7 6
 use Nip\Dispatcher\Tests\AbstractTest;
8 7
 
9 8
 /**
Please login to merge, or discard this patch.