Skip to content

Commit 91568c2

Browse files
authored
Merge pull request #58 from SublimeLinter/braver-patch-1
2 parents 0e5f01c + 693e88c commit 91568c2

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)