Completed
Pull Request — master (#64)
by ignace nyamagana
03:25
created
src/Modifiers/Resolve.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -87,7 +87,7 @@  discard block
 block discarded – undo
87 87
      *
88 88
      * @param Uri|UriInterface $payload
89 89
      *
90
-     * @return Uri|UriInterface
90
+     * @return UriInterface
91 91
      */
92 92
     protected function resolvePath($payload)
93 93
     {
@@ -115,7 +115,7 @@  discard block
 block discarded – undo
115 115
      *
116 116
      * @param string $path
117 117
      *
118
-     * @return PathInterface
118
+     * @return Path
119 119
      */
120 120
     protected function mergePath($path)
121 121
     {
Please login to merge, or discard this patch.
src/Modifiers/Relativize.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
  */
12 12
 namespace League\Uri\Modifiers;
13 13
 
14
-use League\Uri\Components\Path;
15 14
 use League\Uri\Interfaces\Uri;
16 15
 use League\Uri\Modifiers\Filters\Uri as UriFilter;
17 16
 use Psr\Http\Message\UriInterface;
Please login to merge, or discard this patch.