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 {