Skip to content

Commit 1f76f44

Browse files
Merge branch '7.3' into 7.4
* 7.3: [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 allow the installation of MercureBundle 0.4 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 87f887c + 8cdae4e commit 1f76f44

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
@@ -872,7 +872,7 @@ public function getScriptName(): string
872872
*
873873
* Suppose this request is instantiated from /mysite on localhost:
874874
*
875-
* * http://localhost/mysite returns an empty string
875+
* * http://localhost/mysite returns '/'
876876
* * http://localhost/mysite/about returns '/about'
877877
* * http://localhost/mysite/enco%20ded returns '/enco%20ded'
878878
* * http://localhost/mysite/about?var=1 returns '/about'

0 commit comments

Comments
 (0)