Skip to content

Commit

Permalink
Widen Batch::add($jobs) parameter type (#38293)
Browse files Browse the repository at this point in the history
  • Loading branch information
axlon committed Aug 9, 2021
1 parent af0b69a commit a2a46f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Bus/Batch.php
Expand Up @@ -156,7 +156,7 @@ public function fresh()
/**
* Add additional jobs to the batch.
*
* @param \Illuminate\Support\Collection|array $jobs
* @param \Illuminate\Support\Enumerable|array $jobs
* @return self
*/
public function add($jobs)
Expand Down

0 comments on commit a2a46f5

Please sign in to comment.