Completed
Push — master ( bd4c23...b341c0 )
by Filipe
10:29
created
spec/Service/UriGenerator/Transformer/RouterPathTransformerSpec.php 2 patches
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -109,9 +109,9 @@
 block discarded – undo
109 109
     /**
110 110
      * Prepares the test
111 111
      *
112
-     * @param ServerRequestInterface|Collaborator $request
113
-     * @param RouterContainer|Collaborator $router
114
-     * @param Generator|Collaborator $generator
112
+     * @param ServerRequestInterface $request
113
+     * @param RouterContainer $router
114
+     * @param Generator $generator
115 115
      */
116 116
     private function prepareTest(
117 117
         ServerRequestInterface $request,
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,13 +6,13 @@
 block discarded – undo
6 6
 use Aura\Router\Generator;
7 7
 use Aura\Router\RouterContainer;
8 8
 use PhpSpec\Exception\Example\FailureException;
9
+use PhpSpec\ObjectBehavior;
9 10
 use PhpSpec\Wrapper\Collaborator;
10 11
 use Prophecy\Argument;
11 12
 use Psr\Http\Message\ServerRequestInterface;
12 13
 use Psr\Http\Message\UriInterface;
13 14
 use Slick\Mvc\Service\UriGenerator\LocationTransformerInterface;
14 15
 use Slick\Mvc\Service\UriGenerator\Transformer\RouterPathTransformer;
15
-use PhpSpec\ObjectBehavior;
16 16
 
17 17
 /**
18 18
  * RouterPathTransformerSpec
Please login to merge, or discard this patch.
src/Http/DispatcherMiddleware.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,9 +15,9 @@
 block discarded – undo
15 15
 use Slick\Di\Exception\ClassNotFoundException;
16 16
 use Slick\Http\Server\AbstractMiddleware;
17 17
 use Slick\Http\Server\MiddlewareInterface;
18
+use Slick\Mvc\ControllerInterface;
18 19
 use Slick\Mvc\Controller\Context;
19 20
 use Slick\Mvc\Controller\ControllerContextInterface;
20
-use Slick\Mvc\ControllerInterface;
21 21
 use Slick\Mvc\Exception\ControllerNotFoundException;
22 22
 use Slick\Mvc\Http\Dispatcher\ControllerDispatch;
23 23
 use Slick\Mvc\Http\Dispatcher\ControllerDispatchInflectorInterface;
Please login to merge, or discard this patch.