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 symfony#57191 [VarDumper] Fix generator dump on PHP 8.4 (alexandre-daubois)
This PR was merged into the 5.4 branch.
Discussion
----------
[VarDumper] Fix generator dump on PHP 8.4
| Q | A
| ------------- | ---
| Branch? | 5.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues | -
| License | MIT
From PHP 8.4, generators dump contains the generating function: php/php-src#14167.
Also, creating a ReflectionGenerator on a closed generator is now permitted, which explains the update in `ReflectionCaster` to catch anything that may happen in `castReflectionGenerator()`.
Commits
-------
fc0dc0e [VarDumper] Fix generator dump on PHP 8.4
0 commit comments