Skip to content

Commit ad86340

Browse files
author
Paul M. Jones
committed
Merge pull request #460 from weierophinney/hotfix/426
[PSR-7] Return "/" from UriInterface::getPath()
2 parents 57d572a + 0217f6b commit ad86340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposed/http-message.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1218,7 +1218,7 @@ interface UriInterface
12181218
* Retrieve the path segment of the URI.
12191219
*
12201220
* This method MUST return a string; if no path is present it MUST return
1221-
* an empty string.
1221+
* the string "/".
12221222
*
12231223
* @return string The path segment of the URI.
12241224
*/

0 commit comments

Comments
 (0)