Skip to content

Commit 8bdf5b8

Browse files
committed
Upgrade to phpstan 2.2.2
1 parent 5dd531c commit 8bdf5b8

2 files changed

Lines changed: 30 additions & 21 deletions

File tree

composer.lock

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

src/ContainerResolver.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,6 @@ public static function reflectCallable(callable $callable): ReflectionFunctionAb
131131
}
132132

133133
if (is_array($callable)) {
134-
/** @var array{object|class-string, string} $callable */ // phpcs:ignore SlevomatCodingStandard.Commenting.InlineDocCommentDeclaration.MissingVariable
135-
136134
return new ReflectionMethod(...$callable);
137135
}
138136

0 commit comments

Comments
 (0)