Skip to content

The CurlMultiHandle causes a busy immediately when the first byte is received #1622

The CurlMultiHandle causes a busy immediately when the first byte is received

The CurlMultiHandle causes a busy immediately when the first byte is received #1622

Triggered via pull request May 19, 2024 15:43
Status Failure
Total duration 26s
Artifacts

static.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
PHPStan: src/Client.php#L1
Ignored error pattern #^Parameter \#1 \$string of function strtolower expects string, int\|string given\.$# in path /home/runner/work/guzzle/guzzle/src/Client.php was not matched in reported errors.
PHPStan: src/Client.php#L270
Parameter #1 $str of function strtolower expects string, int|string given.
PHPStan: src/Handler/CurlFactory.php#L1
Ignored error pattern #^Parameter \#1 \$handle of function curl_close expects CurlHandle, CurlHandle\|resource given\.$# in path /home/runner/work/guzzle/guzzle/src/Handler/CurlFactory.php was not matched in reported errors.
PHPStan: src/Handler/CurlFactory.php#L1
Ignored error pattern #^Parameter \#1 \$handle of function curl_error expects CurlHandle, CurlHandle\|resource given\.$# in path /home/runner/work/guzzle/guzzle/src/Handler/CurlFactory.php was not matched in reported errors.
PHPStan: src/Handler/CurlFactory.php#L1
Ignored error pattern #^Parameter \#1 \$handle of function curl_getinfo expects CurlHandle, CurlHandle\|resource given\.$# in path /home/runner/work/guzzle/guzzle/src/Handler/CurlFactory.php was not matched in reported errors.
PHPStan: src/Handler/CurlFactory.php#L1
Ignored error pattern #^Parameter \#1 \$handle of function curl_reset expects CurlHandle, CurlHandle\|resource given\.$# in path /home/runner/work/guzzle/guzzle/src/Handler/CurlFactory.php was not matched in reported errors.
PHPStan: src/Handler/CurlFactory.php#L1
Ignored error pattern #^Parameter \#1 \$handle of function curl_setopt expects CurlHandle, CurlHandle\|resource given\.$# in path /home/runner/work/guzzle/guzzle/src/Handler/CurlFactory.php was not matched in reported errors.
PHPStan: src/Handler/CurlFactory.php#L1
Ignored error pattern #^Parameter \#1 \$handle of function curl_setopt_array expects CurlHandle, CurlHandle\|resource given\.$# in path /home/runner/work/guzzle/guzzle/src/Handler/CurlFactory.php was not matched in reported errors.
PHPStan: src/Handler/CurlFactory.php#L1
Ignored error pattern #^Parameter \#1 \$string1 of function strcasecmp expects string, int\|string given\.$# in path /home/runner/work/guzzle/guzzle/src/Handler/CurlFactory.php was not matched in reported errors.
PHPStan: src/Handler/CurlFactory.php#L32
Property GuzzleHttp\Handler\CurlFactory::$handles has unknown class CurlHandle as its type.