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 4b5df4a commit 3f7146eCopy full SHA for 3f7146e
1 file changed
rules/CodingStyle/ClassNameImport/ShortNameResolver.php
@@ -143,9 +143,7 @@ private function resolveForStmts(array $stmts): array
143
});
144
145
$docBlockShortNamesToFullyQualifiedNames = $this->resolveFromStmtsDocBlocks($stmts);
146
- /**
147
- * @var array<string, string> $result
148
- */
+ /** @var array<string, string> $result */
149
$result = [...$shortNamesToFullyQualifiedNames, ...$docBlockShortNamesToFullyQualifiedNames];
150
return $result;
151
}
0 commit comments