Skip to content

Commit e439d60

Browse files
Fix Request getPathInfo docblock
1 parent 431771b commit e439d60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Request.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -846,7 +846,7 @@ public function getScriptName(): string
846846
*
847847
* Suppose this request is instantiated from /mysite on localhost:
848848
*
849-
* * http://localhost/mysite returns an empty string
849+
* * http://localhost/mysite returns '/'
850850
* * http://localhost/mysite/about returns '/about'
851851
* * http://localhost/mysite/enco%20ded returns '/enco%20ded'
852852
* * http://localhost/mysite/about?var=1 returns '/about'

0 commit comments

Comments
 (0)