Skip to content

Commit

Permalink
[9.x] Fix docblock on Batch class (#41295)
Browse files Browse the repository at this point in the history
* Update Batch.php

* Update Batch.php

Co-authored-by: Taylor Otwell <[email protected]>
  • Loading branch information
yoeriboven and taylorotwell authored Mar 2, 2022
1 parent d442195 commit 7e89927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Bus/Batch.php
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ public function fresh()
/**
* Add additional jobs to the batch.
*
* @param \Illuminate\Support\Enumerable|array $jobs
* @param \Illuminate\Support\Enumerable|object|array $jobs
* @return self
*/
public function add($jobs)
Expand Down

0 comments on commit 7e89927

Please sign in to comment.