Skip to content

Commit a6d9716

Browse files
committed
refactor: Fix phpstan unset string key
1 parent db12ec3 commit a6d9716

File tree

3 files changed

+1
-10
lines changed

3 files changed

+1
-10
lines changed

system/Test/Mock/MockCache.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class MockCache extends BaseHandler implements CacheInterface
3131
/**
3232
* Expiration times.
3333
*
34-
* @var ?list<int>
34+
* @var array<string, int|null>
3535
*/
3636
protected $expirations = [];
3737

utils/phpstan-baseline/loader.neon

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,5 @@ includes:
5353
- return.unusedType.neon
5454
- staticMethod.notFound.neon
5555
- ternary.shortNotAllowed.neon
56-
- unset.offset.neon
5756
- varTag.type.neon
5857
- variable.undefined.neon

utils/phpstan-baseline/unset.offset.neon

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)