Completed
Push — master ( e30ab2...c58354 )
by Risan Bagja
13s
created
src/Config/UriConfig.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -198,7 +198,7 @@
 block discarded – undo
198 198
     /**
199 199
      * Parse and build the given URI.
200 200
      *
201
-     * @param  \Psr\Http\Message\UriInterface|string $uri
201
+     * @param  UriInterface|null $uri
202 202
      * @return \Psr\Http\Message\UriInterface
203 203
      */
204 204
     public function build($uri)
Please login to merge, or discard this patch.
src/Request/UriParserInterface.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,6 @@
 block discarded – undo
26 26
      * Resolve the URI against the base URI.
27 27
      *
28 28
      * @param  \Psr\Http\Message\UriInterface $baseUri
29
-     * @param  \Psr\Http\Message\UriInterface $relativeUri
30 29
      * @return \Psr\Http\Message\UriInterface
31 30
      */
32 31
     public function resolve(UriInterface $baseUri, UriInterface $uri);
Please login to merge, or discard this patch.