Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Dec 29, 2023
1 parent 87a36e9 commit 0814225
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/AutoScaler.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)),
]];
});
}
Expand Down
2 changes: 1 addition & 1 deletion src/Tags.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 0814225

Please sign in to comment.