You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a warning that I get when I run php artisan while having this package:
PHP Warning: "resource" is not a supported builtin type and will be interpreted as a class name. Write "\Safe\resource" or import the class with "use" to suppress this warning in /var/www/html/vendor/thecodingmachine/safe/generated/sockets.php on line 797
PHP Warning: "integer" will be interpreted as a class name. Did you mean "int"? Write "\Safe\integer" or import the class with "use" to suppress this warning in /var/www/html/vendor/thecodingmachine/safe/generated/swoole.php on line 17
When I remove laravel-notification-channels/webpush the warnings stop.
It's caused by this package: web-token/jwt-util-ecc on version 2.x
The text was updated successfully, but these errors were encountered:
This is a warning that I get when I run
php artisan
while having this package:When I remove laravel-notification-channels/webpush the warnings stop.
It's caused by this package: web-token/jwt-util-ecc on version 2.x
The text was updated successfully, but these errors were encountered: