We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cb15e7 commit 44c417fCopy full SHA for 44c417f
src/languagePlugins/php/dependencyFormatting/index.ts
@@ -19,8 +19,8 @@ export class PHPDependencyFormatter {
19
) {
20
const parsedFiles: Map<
21
string,
22
- { path: string; rootNode: Parser.SyntaxNode }>
23
- = new Map();
+ { path: string; rootNode: Parser.SyntaxNode }
+ > = new Map();
24
for (const [k, v] of files) {
25
parsedFiles.set(k, {
26
path: v.path,
0 commit comments