Skip to content

Commit 81d62d8

Browse files
committed
Fix phpstan
1 parent 3ae1da9 commit 81d62d8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

rules/TypeDeclaration/NodeAnalyzer/CallTypesResolver.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ public function resolveStrictTypesFromCalls(array $calls): array
4444
}
4545

4646
foreach ($call->getArgs() as $position => $arg) {
47+
/** @var Arg $arg */
4748
if ($this->shouldSkipArg($arg)) {
4849
return [];
4950
}

0 commit comments

Comments
 (0)