We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b3eb45 commit e803607Copy full SHA for e803607
1 file changed
rules/TypeDeclaration/NodeAnalyzer/CallTypesResolver.php
@@ -74,7 +74,6 @@ public function resolveTypesFromCalls(array $calls): array
74
continue;
75
}
76
77
- /** @var Arg $arg */
78
$staticTypesByArgumentPosition[$position][] = $this->resolveArgValueType($arg);
79
80
0 commit comments