laravel-notification-channels / fcm

Firebase Cloud Messaging (FCM) notifications channel for Laravel
https://laravel-notification-channels.com/
MIT License
495 stars 127 forks source link

PHP 8.1 Deprecation warning #93

Closed repat closed 2 years ago

repat commented 2 years ago

I'm getting a deprecation warning for vendor/laravel-notification-channels/fcm/src/FcmMessage.php

For PHP8+ you can add #[\ReturnTypeWillChange] or add a return type of mixed: https://www.php.net/manual/de/jsonserializable.jsonserialize.php

image

image

Thanks!

atymic commented 2 years ago

Please PR :)

atymic commented 2 years ago

Closed in #100