mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-30 12:14:36 +00:00
Remove @param $curl from MultiCurl::initHandle() (#1155)
initHandle() takes no arguments. $curl is a local variable, pulled off the queue inside the body, and the only call site passes nothing. Co-authored-by: Zach Borboa <zachborboa@gmail.com>
This commit is contained in:
@@ -825,7 +825,6 @@ class MultiCurl extends BaseCurl
|
||||
/**
|
||||
* Init Handle
|
||||
*
|
||||
* @param $curl
|
||||
* @throws \ErrorException
|
||||
*/
|
||||
private function initHandle()
|
||||
|
||||
Reference in New Issue
Block a user