From 9ea664a05aa01c76fe16e44e71e7abdd2f0cdfc9 Mon Sep 17 00:00:00 2001 From: vibbow Date: Mon, 22 Apr 2019 15:45:32 +0800 Subject: [PATCH] WIP - Fix side issue --- system/API/ResponseTrait.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/system/API/ResponseTrait.php b/system/API/ResponseTrait.php index c168e379782d..34a65008a63d 100644 --- a/system/API/ResponseTrait.php +++ b/system/API/ResponseTrait.php @@ -97,9 +97,9 @@ trait ResponseTrait * Provides a single, simple method to return an API response, formatted * to match the requested format, with proper content-type and status code. * - * @param null $data - * @param integer $status - * @param string $message + * @param array|string|null $data + * @param integer $status + * @param string $message * * @return mixed */