Skip to content

Commit ccae37e

Browse files
authored
Bump phpstan to 2.1.54, drop fixed staticMethod.alreadyNarrowedType ignore (#353)
1 parent 1b339da commit ccae37e

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

composer.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/Cache/UsageCacheStorageTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ public function testDisabledCachePassesDataThrough(): void
7979
}
8080
}
8181

82-
// @phpstan-ignore staticMethod.alreadyNarrowedType (https://github.com/phpstan/phpstan/issues/14543)
8382
self::assertCount(2, $restored);
8483
self::assertEquals($usages[0], $restored[0]);
8584
self::assertEquals($usages[1], $restored[1]);

0 commit comments

Comments
 (0)