We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f24396e commit c01b73dCopy full SHA for c01b73d
src/Illuminate/Support/Facades/Bus.php
@@ -13,7 +13,7 @@
13
* @method static mixed dispatchNow(mixed $command, mixed $handler = null)
14
* @method static \Illuminate\Bus\Batch|null findBatch(string $batchId)
15
* @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)
+ * @method static \Illuminate\Foundation\Bus\PendingChain chain(\Illuminate\Support\Collection|array|null $jobs = null)
17
* @method static bool hasCommandHandler(mixed $command)
18
* @method static mixed getCommandHandler(mixed $command)
19
* @method static mixed dispatchToQueue(mixed $command)
0 commit comments