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 e8e34ca commit 482fbfaCopy full SHA for 482fbfa
rules/TypeDeclaration/NodeAnalyzer/CallTypesResolver.php
@@ -45,12 +45,6 @@ public function resolveStrictTypesFromCalls(array $calls): array
45
return [];
46
}
47
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
-
54
$staticTypesByArgumentPosition[$position][] = $this->resolveStrictArgValueType($arg);
55
56
0 commit comments