Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Symfony 7.3, 7.4 not compatible with PHP 8.2 #63702

Copy link
Copy link
@Nek-

Description

@Nek-
Issue body actions

Symfony version(s) affected

7.3

Description

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!

if (array_any($tags, $closure = fn (array $tag) => (bool) $tag)) {

How to reproduce

Fresh install of symfony (webapp) with PHP 8.3 is not working properly.

Possible Solution

No response

Additional Context

No response

Reactions are currently unavailable

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.