laravel-notification-channels / pushover

📱 Pushover notifications channel for Laravel
http://laravel-notification-channels.com
MIT License
55 stars 31 forks source link

PHP Deprecated: is_file(): Passing null to parameter #1 ($filename) of type string is deprecated #58

Open hafifi opened 1 year ago

hafifi commented 1 year ago

I encountered this deprecated warning when testing the notification channel from tinker: PHP Deprecated: is_file(): Passing null to parameter #1 ($filename) of type string is deprecated in C:\laravel-project\vendor\laravel-notification-channels\pushover\src\Pushover.php on line 124

Is this an actual warning or is it from my coding mistake? I'm on PHP8.1

Kovah commented 7 months ago

Could you check this again after upgrading to the new v4? A lot of changes were made and possibly catch those warnings now.