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 Aug 1, 2024
1 parent f1e28c5 commit 8fd4e65
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 @@ -21,8 +21,8 @@
* @method static \Illuminate\Log\Context\Repository addHiddenIf(string $key, mixed $value)
* @method static \Illuminate\Log\Context\Repository push(string $key, mixed ...$values)
* @method static \Illuminate\Log\Context\Repository pushHidden(string $key, mixed ...$values)
* @method static bool stackContains(string $key, mixed $value)
* @method static bool hiddenStackContains(string $key, mixed $value)
* @method static bool stackContains(string $key, mixed $value, bool $strict = false)
* @method static bool hiddenStackContains(string $key, mixed $value, bool $strict = false)
* @method static bool isEmpty()
* @method static \Illuminate\Log\Context\Repository dehydrating(callable $callback)
* @method static \Illuminate\Log\Context\Repository hydrated(callable $callback)
Expand Down

0 comments on commit 8fd4e65

Please sign in to comment.