@@ -227,7 +227,7 @@ discard block |
||
227 | 227 | * Progress |
228 | 228 | * |
229 | 229 | * @access public |
230 | - * @param $callback |
|
230 | + * @param \Closure $callback |
|
231 | 231 | */ |
232 | 232 | public function progress($callback) |
233 | 233 | { |
@@ -263,7 +263,7 @@ discard block |
||
263 | 263 | * Download Complete |
264 | 264 | * |
265 | 265 | * @access private |
266 | - * @param $fh |
|
266 | + * @param resource $fh |
|
267 | 267 | */ |
268 | 268 | private function downloadComplete($fh) |
269 | 269 | { |
@@ -442,7 +442,7 @@ discard block |
||
442 | 442 | * Get Info |
443 | 443 | * |
444 | 444 | * @access public |
445 | - * @param $opt |
|
445 | + * @param integer $opt |
|
446 | 446 | * |
447 | 447 | * @return mixed |
448 | 448 | */ |
@@ -462,7 +462,7 @@ discard block |
||
462 | 462 | * Get Opt |
463 | 463 | * |
464 | 464 | * @access public |
465 | - * @param $option |
|
465 | + * @param integer $option |
|
466 | 466 | * |
467 | 467 | * @return mixed |
468 | 468 | */ |
@@ -1105,7 +1105,7 @@ discard block |
||
1105 | 1105 | * Set Timeout |
1106 | 1106 | * |
1107 | 1107 | * @access public |
1108 | - * @param $seconds |
|
1108 | + * @param integer $seconds |
|
1109 | 1109 | */ |
1110 | 1110 | public function setTimeout($seconds) |
1111 | 1111 | { |
@@ -1130,7 +1130,7 @@ discard block |
||
1130 | 1130 | * Set User Agent |
1131 | 1131 | * |
1132 | 1132 | * @access public |
1133 | - * @param $user_agent |
|
1133 | + * @param string $user_agent |
|
1134 | 1134 | */ |
1135 | 1135 | public function setUserAgent($user_agent) |
1136 | 1136 | { |
@@ -1173,7 +1173,7 @@ discard block |
||
1173 | 1173 | * Using `curl -H "Host:" ...' is equivalent to $curl->removeHeader('Host');. |
1174 | 1174 | * |
1175 | 1175 | * @access public |
1176 | - * @param $key |
|
1176 | + * @param string $key |
|
1177 | 1177 | */ |
1178 | 1178 | public function removeHeader($key) |
1179 | 1179 | { |
@@ -1360,7 +1360,7 @@ discard block |
||
1360 | 1360 | * Parse Response Headers |
1361 | 1361 | * |
1362 | 1362 | * @access private |
1363 | - * @param $raw_response_headers |
|
1363 | + * @param string $raw_response_headers |
|
1364 | 1364 | * |
1365 | 1365 | * @return array |
1366 | 1366 | */ |