Blake Cerecero
Results
2
issues of
Blake Cerecero
If a user has `` in their phpcs.xml file the dictionary look up on line [216](https://github.com/ikappas/vscode-phpcs/blob/develop/phpcs-server/src/linter.ts#L216) will lookup the wrong file. ``` if (filePath !== undefined && semver.gte(this.executableVersion, '2.0.0')) {...
- Changed 2016 to 2017 in tsconfig.json, need access to Object.entries - Fixed issue in phpcs-server/src/linter.ts In reference to #128