Skip to content

Commit 62b41f6

Browse files
taylorotwellgithub-actions[bot]
authored andcommitted
Update facade docblocks
1 parent d46604a commit 62b41f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Support/Facades/Cache.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
* @method static mixed remember(string $key, \Closure|\DateTimeInterface|\DateInterval|int|null $ttl, \Closure $callback)
3434
* @method static mixed sear(string $key, \Closure $callback)
3535
* @method static mixed rememberForever(string $key, \Closure $callback)
36-
* @method static mixed flexible(string $key, array $ttl, callable $callback, array|null $lock = null)
36+
* @method static mixed flexible(string $key, array $ttl, callable $callback, array|null $lock = null, bool $alwaysDefer = false)
3737
* @method static bool forget(string $key)
3838
* @method static bool delete(string $key)
3939
* @method static bool deleteMultiple(iterable $keys)

0 commit comments

Comments
 (0)