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 4ee5a39 commit 8d2a0a3Copy full SHA for 8d2a0a3
src/languagePlugins/php/dependencyFormatting/index.ts
@@ -22,7 +22,7 @@ export class PHPDependencyFormatter {
22
parsedFiles.set(k, {
23
path: v.path,
24
rootNode: phpParser.parse(v.content).rootNode,
25
- })
+ });
26
}
27
this.registree = new PHPRegistree(parsedFiles);
28
this.#registry = this.registree.registry.files;
0 commit comments