spatie / ray

Debug with Ray to fix problems faster
https://myray.app
MIT License
554 stars 102 forks source link

Make implicit nullable param to explicit (PHP 8.4 compatibility) #903

Closed GromNaN closed 2 months ago

GromNaN commented 2 months ago

Implicitly nullable parameter declarations are deprecated in PHP 8.4 (ref).

Same as https://github.com/spatie/laravel-ray/pull/340.

Sorry for the fragmented PRs, I haven't setup the PHP 8.4 dev env yet, I'm relying on the CI.

freekmurze commented 2 months ago

Thanks!