Skip to content

Commit cdc9e2c

Browse files
Marick van TuilMarick van Tuil
Marick van Tuil
authored and
Marick van Tuil
committed
test error
1 parent f3de73e commit cdc9e2c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/TaskHandler.php

+1-2
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,9 @@ private function run(IncomingTask $task): void
7878

7979
public function getWorkerOptions(): WorkerOptions
8080
{
81-
// test
8281
$options = new WorkerOptions;
8382

84-
if (isset($this->config['backoff'])) {
83+
if (isset($backoff = $this->config['backoff'])) {
8584
$options->backoff = $this->config['backoff'];
8685
}
8786

0 commit comments

Comments
 (0)