Skip to content

Commit 8d2a0a3

Browse files
committed
Update index.ts
1 parent 4ee5a39 commit 8d2a0a3

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

src/languagePlugins/php/dependencyFormatting/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export class PHPDependencyFormatter {
2222
parsedFiles.set(k, {
2323
path: v.path,
2424
rootNode: phpParser.parse(v.content).rootNode,
25-
})
25+
});
2626
}
2727
this.registree = new PHPRegistree(parsedFiles);
2828
this.#registry = this.registree.registry.files;

0 commit comments

Comments
 (0)