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 14, 2023
1 parent 265349c commit 0c1a006
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Facades/Pulse.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* @method static \Laravel\Pulse\Pulse report(\Throwable $e)
* @method static \Laravel\Pulse\Pulse startRecording()
* @method static \Laravel\Pulse\Pulse stopRecording()
* @method static mixed|null ignore(callable $callback)
* @method static mixed ignore(callable $callback)
* @method static \Laravel\Pulse\Pulse flush()
* @method static \Laravel\Pulse\Pulse filter(callable $filter)
* @method static int store()
Expand All @@ -22,7 +22,7 @@
* @method static callable authenticatedUserIdResolver()
* @method static string|int|null resolveAuthenticatedUserId()
* @method static \Laravel\Pulse\Pulse resolveAuthenticatedUserIdUsing(callable $callback)
* @method static mixed|null withUser(\Illuminate\Contracts\Auth\Authenticatable|string|int|null $user, callable $callback)
* @method static mixed withUser(\Illuminate\Contracts\Auth\Authenticatable|string|int|null $user, callable $callback)
* @method static \Laravel\Pulse\Pulse rememberUser(\Illuminate\Contracts\Auth\Authenticatable $user)
* @method static string css()
* @method static string js()
Expand Down

0 comments on commit 0c1a006

Please sign in to comment.