diff --git a/bin/validate-json b/bin/validate-json index 94c4a341..2302fcfb 100755 --- a/bin/validate-json +++ b/bin/validate-json @@ -116,7 +116,7 @@ function parseHeaderValue($headerValue) /** * Send a string to the output stream, but only if --quiet is not enabled * - * @param $str A string output + * @param $str string A string output */ function output($str) { global $arOptions;