Browse Source

Correct type in docblock

Ceeram 11 years ago
parent
commit
1f966bf929
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Network/Http/Response.php

+ 1 - 1
src/Network/Http/Response.php

@@ -100,7 +100,7 @@ class Response extends Message
     /**
      * Cached decoded JSON data.
      *
-     * @var \SimpleXMLElement
+     * @var array
      */
     protected $_json;