Completed
Push — master ( 0443ac...f80d0b )
by Filipe
09:19 queued 13s
created
src/Service/UriGenerator/Transformer/FullUrlTransformer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
      * @param string $location Location name, path or identifier
27 27
      * @param array $options Filter options
28 28
      *
29
-     * @return UriInterface|null
29
+     * @return CustomUri|null
30 30
      */
31 31
     public function transform($location, array $options = [])
32 32
     {
Please login to merge, or discard this patch.
src/Http/Server/RouterMiddleware.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -11,10 +11,10 @@
 block discarded – undo
11 11
 
12 12
 use Aura\Router\Route;
13 13
 use Aura\Router\RouterContainer;
14
-use Psr\Http\Server\MiddlewareInterface;
15
-use Psr\Http\Server\RequestHandlerInterface;
16 14
 use Psr\Http\Message\ResponseInterface;
17 15
 use Psr\Http\Message\ServerRequestInterface;
16
+use Psr\Http\Server\MiddlewareInterface;
17
+use Psr\Http\Server\RequestHandlerInterface;
18 18
 use Slick\Http\Message\Response;
19 19
 
20 20
 /**
Please login to merge, or discard this patch.