Skip to content

Commit 44c417f

Browse files
committed
Update index.ts
1 parent 3cb15e7 commit 44c417f

File tree

1 file changed

+2
-2
lines changed
  • src/languagePlugins/php/dependencyFormatting

1 file changed

+2
-2
lines changed

src/languagePlugins/php/dependencyFormatting/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ export class PHPDependencyFormatter {
1919
) {
2020
const parsedFiles: Map<
2121
string,
22-
{ path: string; rootNode: Parser.SyntaxNode }>
23-
= new Map();
22+
{ path: string; rootNode: Parser.SyntaxNode }
23+
> = new Map();
2424
for (const [k, v] of files) {
2525
parsedFiles.set(k, {
2626
path: v.path,

0 commit comments

Comments
 (0)