Closed BackEndTea closed 1 year ago
Passing a string would result in a type error, as the curl_set_opt expects a string And the Curl class itself uses declare(strict_types=1)
curl_set_opt
declare(strict_types=1)
Thanks @woutse !
Passing a string would result in a type error, as the
curl_set_opt
expects a string And the Curl class itself usesdeclare(strict_types=1)