Skip to content

Commit 19049f6

Browse files
taylorotwellgithub-actions[bot]
authored andcommitted
Update facade docblocks
1 parent 4ec7396 commit 19049f6

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
@@ -34,9 +34,9 @@
3434
* @method static mixed sear(string $key, \Closure $callback)
3535
* @method static mixed rememberForever(string $key, \Closure $callback)
3636
* @method static mixed flexible(string $key, array $ttl, callable $callback, array|null $lock = null, bool $alwaysDefer = false)
37+
* @method static bool touch(string $key, \DateTimeInterface|\DateInterval|int|null $ttl = null)
3738
* @method static bool forget(string $key)
3839
* @method static bool delete(string $key)
39-
* @method static bool touch(string $key, \DateTimeInterface|\DateInterval|int|null $ttl = null)
4040
* @method static bool deleteMultiple(iterable $keys)
4141
* @method static bool clear()
4242
* @method static \Illuminate\Cache\TaggedCache tags(array|mixed $names)

0 commit comments

Comments
 (0)