Skip to content

Commit 65b6a40

Browse files
taylorotwellgithub-actions[bot]
authored andcommitted
Update facade docblocks
1 parent 6df8b61 commit 65b6a40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Illuminate/Support/Facades/Cache.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
* @method static \Illuminate\Cache\CacheManager setApplication(\Illuminate\Contracts\Foundation\Application $app)
1717
* @method static bool has(array|string $key)
1818
* @method static bool missing(string $key)
19-
* @method static mixed get(array|string $key, mixed|\Closure $default = null)
19+
* @method static mixed get(array|string $key, mixed $default = null)
2020
* @method static array many(array $keys)
2121
* @method static iterable getMultiple(iterable $keys, mixed $default = null)
22-
* @method static mixed pull(array|string $key, mixed|\Closure $default = null)
22+
* @method static mixed pull(array|string $key, mixed $default = null)
2323
* @method static bool put(array|string $key, mixed $value, \DateTimeInterface|\DateInterval|int|null $ttl = null)
2424
* @method static bool set(string $key, mixed $value, null|int|\DateInterval $ttl = null)
2525
* @method static bool putMany(array $values, \DateTimeInterface|\DateInterval|int|null $ttl = null)

0 commit comments

Comments
 (0)