Skip to content

Commit

Permalink
add missing method signature in docblock (laravel#38848)
Browse files Browse the repository at this point in the history
  • Loading branch information
RayYH authored and victorvilella committed Oct 12, 2021
1 parent b1a645b commit 7d954a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Illuminate/Support/Facades/Bus.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
* @method static void assertDispatchedAfterResponseTimes(string $command, int $times = 1)
* @method static void assertNotDispatchedAfterResponse(string|\Closure $command, callable $callback = null)
* @method static void assertBatched(callable $callback)
* @method static void assertChained(array $expectedChain)
*
* @see \Illuminate\Contracts\Bus\Dispatcher
*/
Expand Down

0 comments on commit 7d954a1

Please sign in to comment.