File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Illuminate/Support/Facades Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 25
25
* @method static mixed pop(string $key)
26
26
* @method static \Illuminate\Log\Context\Repository pushHidden(string $key, mixed ...$values)
27
27
* @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 )
30
30
* @method static bool stackContains(string $key, mixed $value, bool $strict = false)
31
31
* @method static bool hiddenStackContains(string $key, mixed $value, bool $strict = false)
32
32
* @method static mixed scope(callable $callback, array $data = [], array $hidden = [])
You can’t perform that action at this time.
0 commit comments