Apply fixes from StyleCI

This commit is contained in:
Manish Verma
2021-12-17 06:19:23 +00:00
committed by Manish Verma
parent 2f985011e9
commit 8ef067dbc5
23 changed files with 47 additions and 57 deletions

View File

@@ -229,7 +229,7 @@ function timezone()
* formats the error message into json error response.
*
* @param string/array $errorMsg errorMsg can be an array of errors or string
* @param int $responseCode
* @param int $responseCode
*
* @return json
*/
@@ -243,9 +243,9 @@ function errorResponse($errorMsg, $responseCode = 400)
/**
* formats success message/data into json success response.
*
* @param string $successMsg
* @param string $successMsg
* @param array/string $data data of the response
* @param int $responseCode
* @param int $responseCode
*
* @return json
*/