Skip to content

Get rid of PHP 8.1 deprecations warnings #11

@joworeiter

Description

@joworeiter

Since the upgrade to PHP 8.1 we get a ton of deprecation warnings.
This could easily be fixed by adding return types, which are only available since 7.1, so I would advocate to set the min. php version at least to php 7.1 and fix the warnings by adding proper return types, where possible or supress them by adding the willChange-Attribute.

If someone could review my last pull request, I would be deligthed to serve an other one for this ones.

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