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.
1 parent 046967a commit 050011bCopy full SHA for 050011b
system/Test/Mock/MockCache.php
@@ -31,7 +31,7 @@ class MockCache extends BaseHandler implements CacheInterface
31
/**
32
* Expiration times.
33
*
34
- * @var ?list<int>
+ * @var array<int|string, int>
35
*/
36
protected $expirations = [];
37
utils/phpstan-baseline/loader.neon
@@ -55,6 +55,5 @@ includes:
55
- return.unusedType.neon
56
- staticMethod.notFound.neon
57
- ternary.shortNotAllowed.neon
58
- - unset.offset.neon
59
- varTag.type.neon
60
- variable.undefined.neon
utils/phpstan-baseline/unset.offset.neon
0 commit comments