Skip to content

Commit 050011b

Browse files
committed
refactor: Fix phpstan unset string key
1 parent 046967a commit 050011b

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<int|string, int>
3535
*/
3636
protected $expirations = [];
3737

utils/phpstan-baseline/loader.neon

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,5 @@ includes:
5555
- return.unusedType.neon
5656
- staticMethod.notFound.neon
5757
- ternary.shortNotAllowed.neon
58-
- unset.offset.neon
5958
- varTag.type.neon
6059
- variable.undefined.neon

utils/phpstan-baseline/unset.offset.neon

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

0 commit comments

Comments
 (0)