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 php 8.4 deprecations #661

Merged
merged 2 commits into from
Jan 3, 2025
Merged

fix php 8.4 deprecations #661

merged 2 commits into from
Jan 3, 2025

Conversation

ptmkenny
Copy link
Contributor

@ptmkenny ptmkenny commented Dec 3, 2024

Target branch: 5.1.x
Resolves issue #

  • It is a Bug fix

PHP 8.4 warns that passing an implicit null is deprecated.

Fixed with Rector:

$rectorConfig->rule(\Rector\Php84\Rector\Param\ExplicitNullableParamTypeRector::class);

@Spomky Spomky merged commit 00e620f into web-auth:5.1.x Jan 3, 2025
10 of 15 checks passed
@Spomky
Copy link
Contributor

Spomky commented Jan 3, 2025

Many thanks!

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.

2 participants