Skip to content

Commit

Permalink
Add phpdoc to ApiResponse
Browse files Browse the repository at this point in the history
  • Loading branch information
ruudk committed Nov 5, 2019
1 parent b643676 commit 02e6678
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions lib/ApiResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,24 @@
*/
class ApiResponse
{
/**
* @var array|CaseInsensitiveArray|null
*/
public $headers;

/**
* @var string
*/
public $body;

/**
* @var array|null
*/
public $json;

/**
* @var int
*/
public $code;

/**
Expand Down

0 comments on commit 02e6678

Please sign in to comment.