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 e803607 commit d1b77a4Copy full SHA for d1b77a4
1 file changed
rules/TypeDeclaration/NodeAnalyzer/CallTypesResolver.php
@@ -40,7 +40,7 @@ public function resolveStrictTypesFromCalls(array $calls): array
40
$staticTypesByArgumentPosition = [];
41
42
foreach ($calls as $call) {
43
- foreach ($call->getArgs() as $position => $arg) {
+ foreach ($call->args as $position => $arg) {
44
if ($this->shouldSkipArg($arg)) {
45
return [];
46
}
0 commit comments