Skip to content

Commit 26f7787

Browse files
author
Paul M. Jones
committed
Merge pull request #29 from weierophinney/hotfix/fig-standards-460
Sync with php-fig/fig-standards#460
2 parents db70d8c + ac2460e commit 26f7787

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/UriInterface.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ public function getPort();
9999
* Retrieve the path segment of the URI.
100100
*
101101
* This method MUST return a string; if no path is present it MUST return
102-
* an empty string.
102+
* the string "/".
103103
*
104104
* @return string The path segment of the URI.
105105
*/

0 commit comments

Comments
 (0)