Completed
Push — develop ( 0050db...7fb870 )
by Risan Bagja
01:33
created
src/Config/UriConfig.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -190,7 +190,7 @@
 block discarded – undo
190 190
     /**
191 191
      * Parse and build the given URI.
192 192
      *
193
-     * @param  \Psr\Http\Message\UriInterface|string $uri
193
+     * @param  \Psr\Http\Message\UriInterface|null $uri
194 194
      * @return \Psr\Http\Message\UriInterface
195 195
      */
196 196
     public function build($uri)
Please login to merge, or discard this patch.
src/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.