@@ -39,7 +39,7 @@ discard block |
||
39 | 39 | |
40 | 40 | /** |
41 | 41 | * @param $str |
42 | - * @return mixed |
|
42 | + * @return string |
|
43 | 43 | */ |
44 | 44 | private function camelize($str) |
45 | 45 | { |
@@ -123,7 +123,6 @@ discard block |
||
123 | 123 | |
124 | 124 | /** |
125 | 125 | * Setter for the post data array |
126 | - * @param array $postData post data |
|
127 | 126 | * @return void |
128 | 127 | */ |
129 | 128 | public function setPostData(array $postValues) |
@@ -302,7 +301,7 @@ discard block |
||
302 | 301 | |
303 | 302 | /** |
304 | 303 | * Get the response for the finished query |
305 | - * @return mixed response |
|
304 | + * @return string response |
|
306 | 305 | */ |
307 | 306 | public function getResponse() |
308 | 307 | { |