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 Dec 21, 2023
1 parent a747c32 commit b0f368b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Facades/Pulse.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
* @method static int digest()
* @method static bool wantsIngesting()
* @method static \Illuminate\Support\Collection recorders()
* @method static \Laravel\Pulse\Contracts\ResolvesUsers resolveUsers(\Illuminate\Support\Collection $ids)
* @method static \Laravel\Pulse\Pulse users(callable $callback)
* @method static \Laravel\Pulse\Contracts\ResolvesUsers resolveUsers(\Illuminate\Support\Collection $keys)
* @method static \Laravel\Pulse\Pulse user(callable $callback)
* @method static callable authenticatedUserIdResolver()
* @method static string|int|null resolveAuthenticatedUserId()
Expand Down

0 comments on commit b0f368b

Please sign in to comment.