We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 41503d5 + a295d69 commit 4ae36fdCopy full SHA for 4ae36fd
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