Add queue pause/resume #19
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.
|