Fix event listening for Laravel 11 #20
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.
|