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

Added null option to fix PHP 8.4 deprecation notices #3

Merged
merged 1 commit into from
Jan 20, 2025

Conversation

chrispage1
Copy link
Contributor

PHP 8.4 throws a deprecation warning because null can't be implicitly defined. This fix addresses the deprecation warning that gets emitted.

PHP Deprecated:  Spatie\LaravelFlare\Recorders\DumpRecorder\MultiDumpHandler::addHandler(): Implicitly marking parameter $callable as nullable is deprecated, the explicit nullable type must be used instead in /home/website/htdocs/releases/11/vendor/spatie/laravel-flare/src/Recorders/DumpRecorder/MultiDumpHandler.php on line 19

@freekmurze freekmurze merged commit 6b36e54 into spatie:main Jan 20, 2025
1 check passed
@freekmurze
Copy link
Member

Thanks!

@chrispage1 chrispage1 deleted the patch-1 branch January 20, 2025 09:41
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