Skip to content

Commit

Permalink
Correct type in docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
ceeram committed Mar 26, 2015
1 parent 113ebb1 commit 1f966bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Network/Http/Response.php
Expand Up @@ -100,7 +100,7 @@ class Response extends Message
/**
* Cached decoded JSON data.
*
* @var \SimpleXMLElement
* @var array
*/
protected $_json;

Expand Down

0 comments on commit 1f966bf

Please sign in to comment.