You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 deprecated
0 commit comments