Skip to content

Commit 16b5550

Browse files
committed
fixed linting issues
1 parent ec5fb43 commit 16b5550

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/CloudTasksQueue.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,11 +134,11 @@ public function push($job, $data = '', $queue = null)
134134
null,
135135
function ($payload, $queue) use ($job) {
136136
$options = ['job' => $job];
137-
137+
138138
if (is_object($job) && property_exists($job, 'delay') && $job->delay !== null) {
139139
$options['delay'] = $job->delay;
140140
}
141-
141+
142142
return $this->pushRaw($payload, $queue, $options);
143143
}
144144
);

0 commit comments

Comments
 (0)