Skip to content

Commit

Permalink
Update doc return to reflect assoc json decode
Browse files Browse the repository at this point in the history
  • Loading branch information
Ross Chater committed Jan 16, 2017
1 parent dc2a2e2 commit afdc47d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/Client/Response.php
Expand Up @@ -501,7 +501,7 @@ public function body($parser = null)
/**
* Get the response body as JSON decoded data.
*
* @return mixed
* @return array|null
*/
protected function _getJson()
{
Expand Down

0 comments on commit afdc47d

Please sign in to comment.