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
…s (xabbuh)
This PR was merged into the 5.4 branch.
Discussion
----------
[Yaml] revert using functions provided by polyfill packages
| Q | A
| ------------- | ---
| Branch? | 5.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Tickets | Fix#43943
| License | MIT
| Doc PR |
This reverts #41431 for the same reason for which we merged #42296 (see #42280 and composer/composer#10024 for more information).
Commits
-------
3b9b700 revert using functions provided by polyfill packages
Symfony version(s) affected
v5.4.0-BETA1
Description
I just tried installing v5.4.0-BETA1 on one of my projects.
Similar to #42280 it seems some polyfills are not loaded again:
How to reproduce
Use
Incenteev\ParameterHandler\ScriptHandler::buildParameters
in composerpost-install-cmd
Possible Solution
Remove usages of
array_is_list
?Additional Context
No response
The text was updated successfully, but these errors were encountered: