Skip to content

Commit bce2a7c

Browse files
committed
Undo style change
1 parent 9591b39 commit bce2a7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CloudTasksQueue.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ function ($payload, $queue) {
9595
*/
9696
public function pushRaw($payload, $queue = null, array $options = [])
9797
{
98-
$delay = !empty($options['delay']) ? $options['delay'] : 0;
98+
$delay = ! empty($options['delay']) ? $options['delay'] : 0;
9999

100100
$this->pushToCloudTasks($queue, $payload, $delay);
101101
}

0 commit comments

Comments
 (0)