Skip to content

Commit

Permalink
WIP - Fix side issue
Browse files Browse the repository at this point in the history
  • Loading branch information
vibbow committed Apr 22, 2019
1 parent a570783 commit 9ea664a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions system/API/ResponseTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit 9ea664a

Please sign in to comment.