Skip to content

Commit

Permalink
Merge pull request #34 from SublimeLinter/kaste-patch-3
Browse files Browse the repository at this point in the history
Switch back to STREAM_BOTH
  • Loading branch information
kaste authored Apr 25, 2018
2 parents 41503d5 + a295d69 commit 4ae36fd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions linter.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from SublimeLinter.lint import ComposerLinter, util
from SublimeLinter.lint import ComposerLinter


class Phpcs(ComposerLinter):
Expand All @@ -11,4 +11,3 @@ class Phpcs(ComposerLinter):
'--stdin-path=': '${file}',
'--standard=': 'PSR2',
}
error_stream = util.STREAM_STDOUT

0 comments on commit 4ae36fd

Please sign in to comment.