Skip to content

Commit 4ae36fd

Browse files
authored
Merge pull request #34 from SublimeLinter/kaste-patch-3
Switch back to STREAM_BOTH
2 parents 41503d5 + a295d69 commit 4ae36fd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

linter.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from SublimeLinter.lint import ComposerLinter, util
1+
from SublimeLinter.lint import ComposerLinter
22

33

44
class Phpcs(ComposerLinter):
@@ -11,4 +11,3 @@ class Phpcs(ComposerLinter):
1111
'--stdin-path=': '${file}',
1212
'--standard=': 'PSR2',
1313
}
14-
error_stream = util.STREAM_STDOUT

0 commit comments

Comments
 (0)