Skip to content

Commit c8dfb41

Browse files
taylorotwellgithub-actions[bot]
authored andcommitted
Update facade docblocks
1 parent bcc3044 commit c8dfb41

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
@@ -7,8 +7,8 @@
77
* @method static bool hasHidden(string $key)
88
* @method static array all()
99
* @method static array allHidden()
10-
* @method static mixed get(string $key)
11-
* @method static mixed getHidden(string $key)
10+
* @method static mixed get(string $key, mixed $default = null)
11+
* @method static mixed getHidden(string $key, mixed $default = null)
1212
* @method static array only(array $keys)
1313
* @method static array onlyHidden(array $keys)
1414
* @method static \Illuminate\Log\Context\Repository add(string|array $key, mixed $value = null)

0 commit comments

Comments
 (0)