Skip to content

Commit 0be1995

Browse files
taylorotwellgithub-actions[bot]
authored andcommitted
Update facade docblocks
1 parent 1610ea9 commit 0be1995

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Illuminate/Support/Facades/Context.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020
* @method static \Illuminate\Log\Context\Repository addIf(string $key, mixed $value)
2121
* @method static \Illuminate\Log\Context\Repository addHiddenIf(string $key, mixed $value)
2222
* @method static \Illuminate\Log\Context\Repository push(string $key, mixed ...$values)
23+
* @method static mixed pop(string $key)
2324
* @method static \Illuminate\Log\Context\Repository pushHidden(string $key, mixed ...$values)
25+
* @method static mixed popHidden(string $key)
2426
* @method static bool stackContains(string $key, mixed $value, bool $strict = false)
2527
* @method static bool hiddenStackContains(string $key, mixed $value, bool $strict = false)
2628
* @method static bool isEmpty()

0 commit comments

Comments
 (0)