Skip to content

PHP 8.4 deprecations due to missing nullable types #1073

Open
@kschroeer

Description

@kschroeer

Since PHP 8.4, function parameters that are set to the default value "null" must be explicitly declared as a nullable type or "mixed".

The application is currently still running, but I receive a lot of deprecation messages that I actually don't want to suppress.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions