Skip to content

Commit dcda66d

Browse files
authored
Merge pull request #33142 from memochou1993/7.x
[7.x] Add Cache Facade methods hints
2 parents 7958277 + 1da8bcd commit dcda66d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Illuminate/Support/Facades/Cache.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
namespace Illuminate\Support\Facades;
44

55
/**
6+
* @method static \Illuminate\Cache\TaggedCache tags(array|mixed $names)
67
* @method static \Illuminate\Contracts\Cache\Lock lock(string $name, int $seconds = 0, mixed $owner = null)
78
* @method static \Illuminate\Contracts\Cache\Lock restoreLock(string $name, string $owner)
89
* @method static \Illuminate\Contracts\Cache\Repository store(string|null $name = null)

0 commit comments

Comments
 (0)