plank / laravel-mediable

Laravel-Mediable is a package for easily uploading and attaching media files to models with Laravel
MIT License
758 stars 100 forks source link

PHP 8.4 deprecates implicit nullable types. This PR fixes the depreca… #362

Open selfsimilar opened 1 week ago

selfsimilar commented 1 week ago

…tion warnings in the package.

PHP 8.4 RC1 releast notes: https://github.com/php/php-src/blob/php-8.4.0RC1/UPGRADING#L497 . Implicitly nullable parameter types are now deprecated. RFC: https://wiki.php.net/rfc/deprecate-implicitly-nullable-types