Skip to content

Commit c01b73d

Browse files
taylorotwellgithub-actions[bot]
authored andcommitted
Update facade docblocks
1 parent f24396e commit c01b73d

File tree

1 file changed

+1
-1
lines changed
  • src/Illuminate/Support/Facades

1 file changed

+1
-1
lines changed

src/Illuminate/Support/Facades/Bus.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* @method static mixed dispatchNow(mixed $command, mixed $handler = null)
1414
* @method static \Illuminate\Bus\Batch|null findBatch(string $batchId)
1515
* @method static \Illuminate\Bus\PendingBatch batch(\Illuminate\Support\Collection|mixed $jobs)
16-
* @method static \Illuminate\Foundation\Bus\PendingChain chain(\Illuminate\Support\Collection|array $jobs = null)
16+
* @method static \Illuminate\Foundation\Bus\PendingChain chain(\Illuminate\Support\Collection|array|null $jobs = null)
1717
* @method static bool hasCommandHandler(mixed $command)
1818
* @method static mixed getCommandHandler(mixed $command)
1919
* @method static mixed dispatchToQueue(mixed $command)

0 commit comments

Comments
 (0)