Completed
Push — master ( cc3ec6...102373 )
by Taosikai
24:01 queued 09:02
created
src/Jade/HttpKernel/ArgumentResolver.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
48 48
      * 添加一个默认参数
49 49
      *
50 50
      * @param string $name
51
-     * @param mixed $value
51
+     * @param ServerRequestInterface $value
52 52
      */
53 53
     public function addDefault($name, $value)
54 54
     {
Please login to merge, or discard this patch.
src/Jade/Twig/TwigExtension.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -47,6 +47,9 @@
 block discarded – undo
47 47
         ];
48 48
     }
49 49
 
50
+    /**
51
+     * @param string $name
52
+     */
50 53
     public function pathFor($name, $data = [], $queryParams = [], $appName = 'default')
51 54
     {
52 55
         return $this->router->pathFor($name, $data, $queryParams);
Please login to merge, or discard this patch.
src/Jade/App.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,6 @@
 block discarded – undo
18 18
 use Psr\Http\Server\MiddlewareInterface;
19 19
 use Psr\Http\Server\RequestHandlerInterface;
20 20
 use Jade\HttpKernel\HttpKernelProvider;
21
-use Jade\Routing\RouteCollection as RouteCollection;
22 21
 use Jade\Routing\Route;
23 22
 use Jade\Middleware\RouteMiddleware;
24 23
 use Zend\Diactoros\ServerRequestFactory;
Please login to merge, or discard this patch.