File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/Symfony/Component/HttpFoundation Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
101101HttpKernel
102102----------
Original file line number Diff line number Diff 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
17177.3
1818---
You can’t perform that action at this time.
0 commit comments