Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix compatibility with PHP 8.4 #216

Merged
merged 1 commit into from
Dec 12, 2024
Merged

Conversation

janlanger
Copy link
Contributor

Recently released new PHP 8.4 deprecates implicit nullable parameter definition - eg. float $start = null must be changed to ?float $start = null.

Nullable typehints are are supported since PHP 7.1, so that should be in line with minimum required version in composer.json

@laoneo
Copy link

laoneo commented Dec 10, 2024

Thank you very much. Hopefully this one gets released soon.

@simshaun simshaun merged commit b023b06 into simshaun:master Dec 12, 2024
7 checks passed
@simshaun
Copy link
Owner

Merged and release as 5.0.3. Thank you

@janlanger janlanger deleted the path-php84 branch December 13, 2024 09:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants