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.
1 parent cf71eb9 commit f25a986Copy full SHA for f25a986
1 file changed
bin/jsonlint
@@ -58,7 +58,7 @@ if (!empty($files)) {
58
} else {
59
//stdin linting
60
if ($contents = file_get_contents('php://stdin')) {
61
- lint($contents);
+ lint($contents, $quiet);
62
63
fwrite(STDERR, 'No file name or json input given' . PHP_EOL);
64
exit(1);
0 commit comments