Skip to content

Commit

Permalink
Update facade docblocks
Browse files Browse the repository at this point in the history
  • Loading branch information
jessarcher authored and github-actions[bot] committed Oct 13, 2023
1 parent 099e457 commit 7cd5b64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Facades/Pulse.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use Illuminate\Support\Facades\Facade;

/**
* @method static \Laravel\Pulse\Pulse register(string|array $recorders)
* @method static \Laravel\Pulse\Pulse register(array $recorders)
* @method static \Laravel\Pulse\Pulse record(\Laravel\Pulse\Entry|\Laravel\Pulse\Update $entry)
* @method static \Laravel\Pulse\Pulse report(\Throwable $e)
* @method static \Laravel\Pulse\Pulse startRecording()
Expand Down

0 comments on commit 7cd5b64

Please sign in to comment.