Skip to content

Commit 693e88c

Browse files
authored
PhpLinter
1 parent 0e5f01c commit 693e88c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

linter.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import json
2-
from SublimeLinter.lint import LintMatch, ComposerLinter
2+
from SublimeLinter.lint import LintMatch, PhpLinter
33

44

5-
class Phpcs(ComposerLinter):
5+
class Phpcs(PhpLinter):
66
cmd = ('phpcs', '--report=json', '${args}', '-')
77
defaults = {
88
'selector': 'embedding.php, source.php - text.blade',

0 commit comments

Comments
 (0)