Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

Fix incompatible return types for PHP 8.1 #874

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

fabacino
Copy link

Some return types have already been added here e75f6f7 to get rid of the deprecated warnings in PHP 8.1.
This PR should fix the remaining ones.

Fixes #846

@Slamdunk
Copy link

This is a BC break; but has already been fixed in openspout/openspout:v3.7.1 by adding #[\ReturnTypeWillChange]

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Deprecated warnings for incompatible return types in PHP 8.1
2 participants