Skip to content

Commit 85e1573

Browse files
committed
Fix StyleCI
1 parent c8316ee commit 85e1573

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Illuminate/Queue/Worker.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ public function daemon($connectionName, $queue, WorkerOptions $options)
131131
*/
132132
protected function registerTimeoutHandler($job, WorkerOptions $options)
133133
{
134-
135134
if ($this->supportsAsyncSignals()) {
136135
// We will register a signal handler for the alarm signal so that we can kill this
137136
// process if it is running too long because it has frozen. This uses the async

0 commit comments

Comments
 (0)