Browse Source

Update doc return to reflect assoc json decode

Ross Chater 9 years ago
parent
commit
afdc47dab0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Http/Client/Response.php

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

@@ -501,7 +501,7 @@ class Response extends Message implements ResponseInterface
     /**
      * Get the response body as JSON decoded data.
      *
-     * @return mixed
+     * @return array|null
      */
     protected function _getJson()
     {