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 db12ec3 + a6d9716 commit 536570bCopy full SHA for 536570b
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<string, int|null>
35
*/
36
protected $expirations = [];
37
utils/phpstan-baseline/loader.neon
@@ -53,6 +53,5 @@ includes:
53
- return.unusedType.neon
54
- staticMethod.notFound.neon
55
- ternary.shortNotAllowed.neon
56
- - unset.offset.neon
57
- varTag.type.neon
58
- variable.undefined.neon
utils/phpstan-baseline/unset.offset.neon
0 commit comments