1
0
Fork 0
mirror of synced 2024-09-29 08:51:28 +13:00

chore: linter

This commit is contained in:
Christy Jacob 2024-02-08 18:02:35 +00:00
parent ba4f708137
commit 5842f1950a
2 changed files with 2 additions and 2 deletions

2
composer.lock generated
View file

@ -5124,5 +5124,5 @@
"platform-overrides": {
"php": "8.0"
},
"plugin-api-version": "2.3.0"
"plugin-api-version": "2.6.0"
}

View file

@ -58,7 +58,7 @@ class QueueCount extends Action
$queueClient = new Client($name, $queue);
$count = match($type) {
$count = match ($type) {
'success' => $queueClient->countSuccessfulJobs(),
'failed' => $queueClient->countFailedJobs(),
'processing' => $queueClient->countProcessingJobs(),