Skip to content

Add queue pause/resume #19

Add queue pause/resume

Add queue pause/resume #19

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

Annotations

9 errors
php-code-styling
Process completed with exit code 1.
php-code-styling: src/CloudTasksServiceProvider.php#L137
Access to property $queue on an unknown class Illuminate\Queue\Events\QueueResumed.
php-code-styling: src/CloudTasksServiceProvider.php#L131
Access to property $connection on an unknown class Illuminate\Queue\Events\QueueResumed.
php-code-styling: src/CloudTasksServiceProvider.php#L130
Parameter $event of anonymous function has invalid type Illuminate\Queue\Events\QueueResumed.
php-code-styling: src/CloudTasksServiceProvider.php#L130
Class Illuminate\Queue\Events\QueueResumed not found.
php-code-styling: src/CloudTasksServiceProvider.php#L127
Access to property $queue on an unknown class Illuminate\Queue\Events\QueuePaused.
php-code-styling: src/CloudTasksServiceProvider.php#L121
Access to property $connection on an unknown class Illuminate\Queue\Events\QueuePaused.
php-code-styling: src/CloudTasksServiceProvider.php#L120
Parameter $event of anonymous function has invalid type Illuminate\Queue\Events\QueuePaused.
php-code-styling: src/CloudTasksServiceProvider.php#L120
Class Illuminate\Queue\Events\QueuePaused not found.