Commit 85b7f4a
committed
bug symfony#61729 [PhpUnitBridge] Silence deprecation of __sleep/wakeup() (nicolas-grekas)
This PR was merged into the 6.4 branch.
Discussion
----------
[PhpUnitBridge] Silence deprecation of __sleep/wakeup()
| Q | A
| ------------- | ---
| Branch? | 6.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues | -
| License | MIT
This change is required to make our CI green on branches that didn't migrate out of the phpunit-bridge, which means 6.4 and 7.3.
By the time PHP 8.5 will be really adopted, ppl will have moved away from Symfony 6.4/7.3 anyway (or will need to deal with the deprecations on their own).
I already wrote a lot about ways to fix this deprecation, and it's not trivial, so that ignoring is the best course of action.
As a reminder, branch 7.4 moved away from those magic methods already.
Commits
-------
4dbc8dd [PhpUnitBridge] Silence deprecation of __sleep/wakeup()1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
174 | 181 | | |
175 | 182 | | |
176 | 183 | | |
| |||
0 commit comments