@@ -87,7 +87,7 @@ discard block |
||
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 |
||
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 | { |
@@ -11,7 +11,6 @@ |
||
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; |