File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Illuminate/Support/Facades Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 16
16
* @method static \Illuminate\Cache\CacheManager setApplication(\Illuminate\Contracts\Foundation\Application $app)
17
17
* @method static bool has(array|string $key)
18
18
* @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)
20
20
* @method static array many(array $keys)
21
21
* @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)
23
23
* @method static bool put(array|string $key, mixed $value, \DateTimeInterface|\DateInterval|int|null $ttl = null)
24
24
* @method static bool set(string $key, mixed $value, null|int|\DateInterval $ttl = null)
25
25
* @method static bool putMany(array $values, \DateTimeInterface|\DateInterval|int|null $ttl = null)
You can’t perform that action at this time.
0 commit comments