Skip to content

Commit 482fbfa

Browse files
committed
Fix
1 parent e8e34ca commit 482fbfa

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

rules/TypeDeclaration/NodeAnalyzer/CallTypesResolver.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,6 @@ public function resolveStrictTypesFromCalls(array $calls): array
4545
return [];
4646
}
4747

48-
/** @var Arg $arg */
49-
if ($this->isEmptyArray($arg->value)) {
50-
// skip empty array, as it doesn't add any value
51-
continue;
52-
}
53-
5448
$staticTypesByArgumentPosition[$position][] = $this->resolveStrictArgValueType($arg);
5549
}
5650
}

0 commit comments

Comments
 (0)