Skip to content

Commit 2ce3e56

Browse files
Code style fixes
1 parent 5c95790 commit 2ce3e56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Illuminate/Bus/PendingBatch.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ public function onQueue(string $queue)
215215

216216
return $this;
217217
}
218-
218+
219219
/**
220220
* Specify additional option.
221221
*
@@ -226,7 +226,7 @@ public function onQueue(string $queue)
226226
public function addOption(string $key, $value)
227227
{
228228
$this->options[$key] = $value;
229-
229+
230230
return $this;
231231
}
232232

0 commit comments

Comments
 (0)