Skip to content

Commit e803607

Browse files
committed
Fix phpstan
1 parent 6b3eb45 commit e803607

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

rules/TypeDeclaration/NodeAnalyzer/CallTypesResolver.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ public function resolveTypesFromCalls(array $calls): array
7474
continue;
7575
}
7676

77-
/** @var Arg $arg */
7877
$staticTypesByArgumentPosition[$position][] = $this->resolveArgValueType($arg);
7978
}
8079
}

0 commit comments

Comments
 (0)