From 0bb356ee9a28ef920209f476da0055435bc8a997 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maur=C3=ADcio=20Meneghini=20Fauth?= Date: Fri, 19 Mar 2021 13:10:45 -0300 Subject: [PATCH] Fix Response::addJSON param docblock MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: MaurĂ­cio Meneghini Fauth --- libraries/classes/Response.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libraries/classes/Response.php b/libraries/classes/Response.php index f3e9073463..a8d91c7770 100644 --- a/libraries/classes/Response.php +++ b/libraries/classes/Response.php @@ -292,9 +292,9 @@ class Response /** * Add JSON code to the response * - * @param string|int|array $json Either a key (string) or an array or key-value pairs - * @param mixed|null $value Null, if passing an array in $json otherwise - * it's a string value to the key + * @param string|int|array $json Either a key (string) or an array or key-value pairs + * @param mixed|null $value Null, if passing an array in $json otherwise + * it's a string value to the key */ public function addJSON($json, $value = null): void {