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.
2 parents 0e5f01c + 693e88c commit 91568c2Copy full SHA for 91568c2
linter.py
@@ -1,8 +1,8 @@
1
import json
2
-from SublimeLinter.lint import LintMatch, ComposerLinter
+from SublimeLinter.lint import LintMatch, PhpLinter
3
4
5
-class Phpcs(ComposerLinter):
+class Phpcs(PhpLinter):
6
cmd = ('phpcs', '--report=json', '${args}', '-')
7
defaults = {
8
'selector': 'embedding.php, source.php - text.blade',
0 commit comments