Skip to content

Commit da25de4

Browse files
taylorotwellgithub-actions[bot]
authored andcommitted
Update facade docblocks
1 parent 11f92d4 commit da25de4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Illuminate/Support/Facades/Context.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
* @method static mixed pop(string $key)
2626
* @method static \Illuminate\Log\Context\Repository pushHidden(string $key, mixed ...$values)
2727
* @method static mixed popHidden(string $key)
28-
* @method static mixed increment(string $key, int $amount)
29-
* @method static mixed decrement(string $key, int $amount)
28+
* @method static \Illuminate\Log\Context\Repository increment(string $key, int $amount = 1)
29+
* @method static \Illuminate\Log\Context\Repository decrement(string $key, int $amount = 1)
3030
* @method static bool stackContains(string $key, mixed $value, bool $strict = false)
3131
* @method static bool hiddenStackContains(string $key, mixed $value, bool $strict = false)
3232
* @method static mixed scope(callable $callback, array $data = [], array $hidden = [])

0 commit comments

Comments
 (0)