From 081422577fb49608ed68a3b284bcecd0c5860ce6 Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Fri, 29 Dec 2023 22:22:23 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/AutoScaler.php | 2 +- src/Tags.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/AutoScaler.php b/src/AutoScaler.php index 65d0da1f..86c5082d 100644 --- a/src/AutoScaler.php +++ b/src/AutoScaler.php @@ -81,7 +81,7 @@ protected function timeToClearPerQueue(Supervisor $supervisor, Collection $pools return [$queue => [ 'size' => $size, - 'time' => ($size * $this->metrics->runtimeForQueue($queue)), + 'time' => ($size * $this->metrics->runtimeForQueue($queue)), ]]; }); } diff --git a/src/Tags.php b/src/Tags.php index a1807c4a..3d571aa7 100644 --- a/src/Tags.php +++ b/src/Tags.php @@ -179,7 +179,7 @@ protected static function extractEvent($job) /** * Set the event currently being handled. * - * @param object $event + * @param object $event * @return void */ protected static function setEvent($event)