Skip to content

Fix event listening for Laravel 11 #20

Fix event listening for Laravel 11

Fix event listening for Laravel 11 #20

Triggered via push February 27, 2026 13:26
Status Failure
Total duration 21s
Artifacts
php-code-styling
19s
php-code-styling
Fit to window
Zoom out
Zoom in

Annotations

7 errors
php-code-styling
Process completed with exit code 1.
php-code-styling: src/CloudTasksServiceProvider.php#L140
Access to property $queue on an unknown class Illuminate\Queue\Events\QueueResumed.
php-code-styling: src/CloudTasksServiceProvider.php#L134
Access to property $connection on an unknown class Illuminate\Queue\Events\QueueResumed.
php-code-styling: src/CloudTasksServiceProvider.php#L133
Parameter $event of anonymous function has invalid type Illuminate\Queue\Events\QueueResumed.
php-code-styling: src/CloudTasksServiceProvider.php#L128
Access to property $queue on an unknown class Illuminate\Queue\Events\QueuePaused.
php-code-styling: src/CloudTasksServiceProvider.php#L122
Access to property $connection on an unknown class Illuminate\Queue\Events\QueuePaused.
php-code-styling: src/CloudTasksServiceProvider.php#L121
Parameter $event of anonymous function has invalid type Illuminate\Queue\Events\QueuePaused.