@@ -110,7 +110,7 @@ discard block |
||
| 110 | 110 | * |
| 111 | 111 | * @param array $data |
| 112 | 112 | * |
| 113 | - * @return array |
|
| 113 | + * @return resource |
|
| 114 | 114 | */ |
| 115 | 115 | public function prepareRequest(array $data) |
| 116 | 116 | { |
@@ -154,7 +154,7 @@ discard block |
||
| 154 | 154 | * Process the result and split into headers and content |
| 155 | 155 | * |
| 156 | 156 | * @param string|bool $result |
| 157 | - * @return array |
|
| 157 | + * @return resource |
|
| 158 | 158 | */ |
| 159 | 159 | public function prepareResponse($result) |
| 160 | 160 | { |