Commit 574ef5d
committed
minor #12748 *Response::create() method is deprecated (OskarStark)
This PR was merged into the 4.3 branch.
Discussion
----------
*Response::create() method is deprecated
@fabpot deprecated `*Response::create()` methods in symfony/symfony#34771
I think we can use `__construct` from the lowest version on (no occurences in `3.4`, so `4.3`) from now!
No need to mention the deprecation itself in the docs IMHO
Thats why I target `4.3`
Commits
-------
e930ea9 *Response::create() method is deprecated1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
433 | 433 | | |
434 | 434 | | |
435 | 435 | | |
436 | | - | |
| 436 | + | |
437 | 437 | | |
438 | 438 | | |
439 | 439 | | |
| |||
0 commit comments