Completed
Push — master ( 495169...b31514 )
by Changwan
10:11
created
src/Wandu/Http/Factory/ResponseFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -138,7 +138,7 @@
 block discarded – undo
138 138
     }
139 139
 
140 140
     /**
141
-     * @param \Psr\Http\Message\UriInterface|string $path
141
+     * @param string $path
142 142
      * @param int $status
143 143
      * @param array $headers
144 144
      * @return \Psr\Http\Message\ResponseInterface
Please login to merge, or discard this patch.
src/Wandu/Router/Dispatcher.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace Wandu\Router;
3 3
 
4
-use Closure;
5 4
 use Psr\Http\Message\ServerRequestInterface;
6 5
 use Wandu\Router\Contracts\Dispatchable;
7 6
 use Wandu\Router\Contracts\LoaderInterface;
Please login to merge, or discard this patch.