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 3ae1da9 commit 81d62d8Copy full SHA for 81d62d8
1 file changed
rules/TypeDeclaration/NodeAnalyzer/CallTypesResolver.php
@@ -44,6 +44,7 @@ public function resolveStrictTypesFromCalls(array $calls): array
44
}
45
46
foreach ($call->getArgs() as $position => $arg) {
47
+ /** @var Arg $arg */
48
if ($this->shouldSkipArg($arg)) {
49
return [];
50
0 commit comments