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 e817cd4 commit baa8015Copy full SHA for baa8015
linter.py
@@ -6,7 +6,7 @@ class Phpcs(ComposerLinter):
6
regex = r'^.*:(?P<line>[0-9]+):(?P<col>[0-9]+): (?:(?P<error>error)|(?P<warning>warning)) - (?P<message>.+)'
7
composer_name = 'phpcs'
8
defaults = {
9
- 'selector': 'source.php, text.html.basic',
+ 'selector': 'source.php - text.blade, text.html.basic',
10
# we want auto-substitution of the filename, but `cmd` does not support that yet
11
'--stdin-path=': '${file}'
12
}
0 commit comments