We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ae36fd commit e817cd4Copy full SHA for e817cd4
1 file changed
linter.py
@@ -8,6 +8,5 @@ class Phpcs(ComposerLinter):
8
defaults = {
9
'selector': 'source.php, text.html.basic',
10
# we want auto-substitution of the filename, but `cmd` does not support that yet
11
- '--stdin-path=': '${file}',
12
- '--standard=': 'PSR2',
+ '--stdin-path=': '${file}'
13
}
0 commit comments