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 Mar 29, 2024
1 parent bcc3044 commit c8dfb41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Illuminate/Support/Facades/Context.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
* @method static bool hasHidden(string $key)
* @method static array all()
* @method static array allHidden()
* @method static mixed get(string $key)
* @method static mixed getHidden(string $key)
* @method static mixed get(string $key, mixed $default = null)
* @method static mixed getHidden(string $key, mixed $default = null)
* @method static array only(array $keys)
* @method static array onlyHidden(array $keys)
* @method static \Illuminate\Log\Context\Repository add(string|array $key, mixed $value = null)
Expand Down

0 comments on commit c8dfb41

Please sign in to comment.