Closed
Description
Since PHP8 curl_init
returns CurlHandle
(or false) instead of resource|false
.
As the generated function has the wrong typing, PHPStan's is sad :'(
Metadata
Assignees
Labels
No labels
Since PHP8 curl_init
returns CurlHandle
(or false) instead of resource|false
.
As the generated function has the wrong typing, PHPStan's is sad :'(