Skip to content

Commit 8cdae4e

Browse files
Merge branch '6.4' into 7.3
* 6.4: [SecurityBundle] Fix tests with Symfony 7.4 [HttpClient] Fix sharing CurlClientState between clones of CurlHttpClient instances Revert "[HttpClient] Lazily initialize CurlClientState" [Yaml] Fix regression handling blank lines in unquoted scalars Fix the creation of a redis connection with only ext-relay [DependencyInjection] Reset resolved state when setting a parameter Fix Request getPathInfo docblock
2 parents 9d18f1c + 0384c62 commit 8cdae4e

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
@@ -797,7 +797,7 @@ public function getScriptName(): string
797797
*
798798
* Suppose this request is instantiated from /mysite on localhost:
799799
*
800-
* * http://localhost/mysite returns an empty string
800+
* * http://localhost/mysite returns '/'
801801
* * http://localhost/mysite/about returns '/about'
802802
* * http://localhost/mysite/enco%20ded returns '/enco%20ded'
803803
* * http://localhost/mysite/about?var=1 returns '/about'

0 commit comments

Comments
 (0)