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 6e0f38a + edaa88b commit 47a79b0Copy full SHA for 47a79b0
linter.py
@@ -3,7 +3,7 @@
3
4
5
class Phpcs(PhpLinter):
6
- cmd = ('phpcs', '--report=json', '${args}', '-')
+ cmd = ('phpcs', '-q', '--report=json', '${args}', '-')
7
defaults = {
8
'selector': 'embedding.php, source.php - text.blade',
9
# we want auto-substitution of the filename,
0 commit comments