Commit 0384c62
committed
minor #62519 [HttpFoundation] Fix Request getPathInfo docblock (bobvandevijver)
This PR was merged into the 6.4 branch.
Discussion
----------
[HttpFoundation] Fix Request getPathInfo docblock
| Q | A
| ------------- | ---
| Branch? | 6.4
| Bug fix? | yes
| New feature? | no <!-- if yes, also update src/**/CHANGELOG.md -->
| Deprecations? | no <!-- if yes, also update UPGRADE-*.md and src/**/CHANGELOG.md -->
| Issues | -
| License | MIT
Fix incorrect example in `getPathInfo` docblock. It's return value will always start with `/`, so the first example cannot be an empty string.
While this is also valid for 5.4 (and was fixed there as part of CVE-2025-64500, I'm now only submitting it for 6.4.
Commits
-------
fe802d288d6 Fix Request getPathInfo docblock1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
857 | 857 | | |
858 | 858 | | |
859 | 859 | | |
860 | | - | |
| 860 | + | |
861 | 861 | | |
862 | 862 | | |
863 | 863 | | |
| |||
0 commit comments