Skip to content

Commit 84ea352

Browse files
Apply suggestions from code review
Co-authored-by: Nicolas Grekas <nicolas.grekas@gmail.com>
1 parent 7e56e1e commit 84ea352

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

UPGRADE-7.4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ HttpFoundation
9696
* Deprecate using `Request::sendHeaders()` after headers have already been sent; use a `StreamedResponse` instead
9797
* Deprecate method `Request::get()`, use properties `->attributes`, `query` or `request` directly instead
9898
* Deprecate HTTP method override for methods GET, HEAD, CONNECT and TRACE; it will be ignored in Symfony 8.0
99-
* Deprecate null `$format` argument to `Request::setFormat()`
99+
* Deprecate accepting null `$format` argument to `Request::setFormat()`
100100

101101
HttpKernel
102102
----------

src/Symfony/Component/HttpFoundation/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ CHANGELOG
1212
* Deprecate method `Request::get()`, use properties `->attributes`, `query` or `request` directly instead
1313
* Make `Request::createFromGlobals()` parse the body of PUT, DELETE, PATCH and QUERY requests
1414
* Deprecate HTTP method override for methods GET, HEAD, CONNECT and TRACE; it will be ignored in Symfony 8.0
15-
* Deprecate null `$format` argument to `Request::setFormat()`
15+
* Deprecate accepting null `$format` argument to `Request::setFormat()`
1616

1717
7.3
1818
---

0 commit comments

Comments
 (0)