Skip to content

Heads up: PHP 7.4 breaking changes #3017

@Devristo

Description

@Devristo

Note: this issue is just a heads up. I know PHP 7.4 might be out of your scope for now. But there are some 'breaking changes' to watch out for.

For example due to php/php-src#4386 the following line will throw an error when $parentOperation is null:

$isLastItem = $resourceClass === $parentOperation['resource_class'] && $propertyMetadata->isIdentifier();

Possibly running the tests on PHP 7.4 would uncover more issues.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions