@@ -107,7 +107,7 @@ |
||
107 | 107 | */ |
108 | 108 | public function setDelay($delay) |
109 | 109 | { |
110 | - $this->delay = (int)$delay; |
|
110 | + $this->delay = (int) $delay; |
|
111 | 111 | } |
112 | 112 | |
113 | 113 |
@@ -95,7 +95,7 @@ |
||
95 | 95 | protected function mapJobs(array $list) |
96 | 96 | { |
97 | 97 | return array_map( |
98 | - function ($element) { |
|
98 | + function($element) { |
|
99 | 99 | return Job::create([ |
100 | 100 | 'queue' => $element[0], |
101 | 101 | 'id' => $element[1], |