Test Failed
Branch master (63fea9)
by Gabriel
10:33
created
src/Traits/DispatcherAwareTrait.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\Controllers\Traits;
4 4
 
5 5
 use Nip\Container\Container;
6
-use Nip\Controllers\Controller;
7 6
 use Nip\Dispatcher\Dispatcher;
8 7
 use Nip\Request;
9 8
 
Please login to merge, or discard this patch.
tests/Traits/DispatchAwareTraitTest.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -4,9 +4,7 @@
 block discarded – undo
4 4
 
5 5
 use Nip\Controllers\Tests\AbstractTest;
6 6
 use Nip\Controllers\Tests\Fixtures\BaseControllerWithUtilityMethods;
7
-use Nip\Dispatcher\Dispatcher;
8 7
 use Nip\Request;
9
-use Mockery as m;
10 8
 
11 9
 /**
12 10
  * Class DispatchAwareTraitTest
Please login to merge, or discard this patch.