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

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

Open
hafifi opened this issue Aug 15, 2023 · 1 comment

Comments

@hafifi
Copy link

hafifi commented Aug 15, 2023

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
Copy link
Collaborator

Kovah commented Mar 20, 2024

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

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

No branches or pull requests

2 participants