@@ -36,6 +36,9 @@ discard block |
||
| 36 | 36 | /** |
| 37 | 37 | * Return an object from a decoded response body. |
| 38 | 38 | * |
| 39 | + * @param boolean $assoc |
|
| 40 | + * @param integer $depth |
|
| 41 | + * @param integer $options |
|
| 39 | 42 | * @return object |
| 40 | 43 | * @throws InvalidArgumentException |
| 41 | 44 | */ |
@@ -58,7 +61,7 @@ discard block |
||
| 58 | 61 | /** |
| 59 | 62 | * Get json decode error as human readable message. |
| 60 | 63 | * |
| 61 | - * @param $error |
|
| 64 | + * @param integer $error |
|
| 62 | 65 | * @return string |
| 63 | 66 | */ |
| 64 | 67 | protected function transformError($error) |