Skip to content

Commit

Permalink
Merge pull request #1962 from vibbow/pr_fix_side_issue
Browse files Browse the repository at this point in the history
WIP - Fix side issue
  • Loading branch information
lonnieezell authored Apr 22, 2019
2 parents a570783 + 9ea664a commit 27bcbd1
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 27bcbd1

Please sign in to comment.