8000 wip · laravel/framework@00c7e31 · GitHub
[go: up one dir, main page]

Skip to content

Commit 00c7e31

Browse files
committed
wip
1 parent b73ac01 commit 00c7e31

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/Illuminate/Support/Facades/Cache.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
/**
66
* @method static \Illuminate\Contracts\Cache\Repository store(string|null $name = null)
77
* @method static \Illuminate\Contracts\Cache\Repository driver(string|null $driver = null)
8-
* @method static \Illuminate\Contracts\Cache\Repository memo(string|null $driver = null)
98
* @method static \Illuminate\Contracts\Cache\Repository resolve(string $name)
109
* @method static \Illuminate\Cache\Repository build(array $config)
1110
* @method static \Illuminate\Cache\Repository repository(\Illuminate\Contracts\Cache\Store $store, array $config = [])

tests/Integration/Cache/RedisStoreTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
use Illuminate\Cache\RedisStore;
77
use Illuminate\Foundation\Testing\Concerns\InteractsWithRedis;
88
use Illuminate\Redis\Connections\PhpRedisClusterConnection;
9-
use Illuminate\Support\Facades\Cache;
10-
use Illuminate\Support\Facades\Redis;
119
use Illuminate\Support\Sleep;
1210
use Mockery as m;
1311
use Orchestra\Testbench\TestCase;

0 commit comments

Comments
 (0)
0