From f5cd1ce6cff9a0975003f42af32a3d12ead26ef8 Mon Sep 17 00:00:00 2001 From: Friedemann Schmuhl Date: Mon, 13 Aug 2018 08:16:50 +0200 Subject: [PATCH] php-doc fix in bin/validate-json --- bin/validate-json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;