Skip to content

Commit

Permalink
Update facade docblocks
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell authored and github-actions[bot] committed Sep 12, 2024
1 parent ab41b23 commit 2f3a005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Support/Facades/Concurrency.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* @method static \Illuminate\Concurrency\ConcurrencyManager extend(string $name, \Closure $callback)
* @method static \Illuminate\Concurrency\ConcurrencyManager setApplication(\Illuminate\Contracts\Foundation\Application $app)
* @method static array run(\Closure|array $tasks)
* @method static void background(\Closure|array $tasks)
* @method static \Illuminate\Foundation\Defer\DeferredCallback defer(\Closure|array $tasks)
*
* @see \Illuminate\Concurrency\ConcurrencyManager
*/
Expand Down

0 comments on commit 2f3a005

Please sign in to comment.