General: Lock Dependencies #85
php-tests.yml
on: push
PHPCS
24s
PHPStan
38s
Matrix: phpunit
Annotations
6 errors
PHPCS:
src/Lunr/Vortex/JPush/JPushNotificationPayload.php#L97
Expected type hint "JPushPriority::*"; found "int" for $priority
|
PHPCS:
src/Lunr/Vortex/FCM/FCMPayload.php#L208
Expected type hint "FCMPriority::*"; found "string" for $priority
|
PHPCS:
src/Lunr/Vortex/APNS/APNSPayload.php#L95
Expected type hint "APNSPriority::*"; found "int" for $priority
|
PHPCS
Process completed with exit code 1.
|
PHPStan:
src/Lunr/Vortex/JPush/JPushReport.php#L108
Variable $response might not be defined.
|
PHPStan
Process completed with exit code 1.
|