We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f1f4a53 + 9810c1f commit 047800fCopy full SHA for 047800f
app/Config/Cache.php
@@ -2,6 +2,7 @@
2
3
namespace Config;
4
5
+use CodeIgniter\Cache\CacheInterface;
6
use CodeIgniter\Cache\Handlers\DummyHandler;
7
use CodeIgniter\Cache\Handlers\FileHandler;
8
use CodeIgniter\Cache\Handlers\MemcachedHandler;
@@ -158,6 +159,7 @@ class Cache extends BaseConfig
158
159
* that are listed here are allowed to be used.
160
*
161
* @var array<string, string>
162
+ * @phpstan-var array<string, class-string<CacheInterface>>
163
*/
164
public array $validHandlers = [
165
'dummy' => DummyHandler::class,
0 commit comments