We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41503d5 commit a295d69Copy full SHA for a295d69
1 file changed
linter.py
@@ -1,4 +1,4 @@
1
-from SublimeLinter.lint import ComposerLinter, util
+from SublimeLinter.lint import ComposerLinter
2
3
4
class Phpcs(ComposerLinter):
@@ -11,4 +11,3 @@ class Phpcs(ComposerLinter):
11
'--stdin-path=': '${file}',
12
'--standard=': 'PSR2',
13
}
14
- error_stream = util.STREAM_STDOUT
0 commit comments