Skip to content

Commit 57ba15f

Browse files
taylorotwellgithub-actions[bot]
authored andcommitted
Update facade docblocks
1 parent 55f966c commit 57ba15f

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
@@ -19,6 +19,8 @@
1919
* @method static array exceptHidden(array $keys)
2020
* @method static \Illuminate\Log\Context\Repository add(string|array $key, mixed $value = null)
2121
* @method static \Illuminate\Log\Context\Repository addHidden(string|array $key, mixed $value = null)
22+
* @method static mixed remember(string $key, mixed $value)
23+
* @method static mixed rememberHidden(string $key, mixed $value)
2224
* @method static \Illuminate\Log\Context\Repository forget(string|array $key)
2325
* @method static \Illuminate\Log\Context\Repository forgetHidden(string|array $key)
2426
* @method static \Illuminate\Log\Context\Repository addIf(string $key, mixed $value)
@@ -44,8 +46,6 @@
4446
* @method static bool hasMacro(string $name)
4547
* @method static void flushMacros()
4648
* @method static \Illuminate\Database\Eloquent\Model restoreModel(\Illuminate\Contracts\Database\ModelIdentifier $value)
47-
* @method static mixed remember(string $key, mixed $value)
48-
* @method static mixed rememberHidden(string $key, mixed $value)
4949
*
5050
* @see \Illuminate\Log\Context\Repository
5151
*/

0 commit comments

Comments
 (0)