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 78f94eb commit e543e58Copy full SHA for e543e58
README.md
@@ -27,7 +27,7 @@ You can set up your project settings to use a specific standard using the follow
27
```json
28
{
29
"settings": {
30
- "SublimeLinter.linters.phpcs.args": "--standard=${folder}/phpcs.xml"
+ "SublimeLinter.linters.phpcs.args": "--standard='${folder}/phpcs.xml'"
31
}
32
33
```
0 commit comments