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
I think something went wrong when backporting a fix. The usage of array_any is not possible in PHP 8.2 and 8.3. Symfony 7.3/7.4 should be compatible with those versions of PHP but are not right now!
Symfony version(s) affected
7.3
Description
I think something went wrong when backporting a fix. The usage of
array_anyis not possible in PHP 8.2 and 8.3. Symfony 7.3/7.4 should be compatible with those versions of PHP but are not right now!symfony/src/Symfony/Component/Serializer/DependencyInjection/SerializerPass.php
Line 92 in e197e85
How to reproduce
Fresh install of symfony (webapp) with PHP 8.3 is not working properly.
Possible Solution
No response
Additional Context
No response