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:
Dmitry
2026-08-05 05:29:29 +03:00
committed by GitHub
parent f565c231e1
commit bbd9196cc7
-1
View File
@@ -825,7 +825,6 @@ class MultiCurl extends BaseCurl
/**
* Init Handle
*
* @param $curl
* @throws \ErrorException
*/
private function initHandle()