Completed
Push — master ( 079feb...a04fca )
by Filipe
14:48
created
src/Dispatcher.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -107,7 +107,7 @@
 block discarded – undo
107 107
      * @param ControllerInterface $controller
108 108
      * @param ServerRequestInterface $request
109 109
      * 
110
-     * @return ServerRequestInterface|static
110
+     * @return ServerRequestInterface
111 111
      */
112 112
     protected function setViewVars(
113 113
         ControllerInterface $controller, ServerRequestInterface $request
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
10 10
 namespace Slick\Mvc;
11 11
 
12 12
 use Aura\Router\Route;
13
-use Guzzle\Http\Message\RequestInterface;
14 13
 use Psr\Http\Message\ResponseInterface;
15 14
 use Psr\Http\Message\ServerRequestInterface;
16 15
 use Slick\Http\Server\AbstractMiddleware;
Please login to merge, or discard this patch.