Skip to content

chore: fix ci deprecations #37

chore: fix ci deprecations

chore: fix ci deprecations #37

Re-run triggered March 4, 2024 22:29
Status Failure
Total duration 20s
Artifacts

static.yml

on: pull_request
PHPStan
12s
PHPStan
PHP-CS-Fixer
4s
PHP-CS-Fixer
Fit to window
Zoom out
Zoom in

Annotations

10 errors
PHPStan: src/ResponseReader.php (in context of class Http/Client/Socket/Client)#L24
Property Http\Client\Socket\Client::$responseFactory has unknown class Http\Message\ResponseFactory as its type.
PHPStan: src/Stream.php#L79
Return type mixed of method Http\Client\Socket\Stream::close() is not covariant with return type void of method Psr\Http\Message\StreamInterface::close().
PHPStan: src/Stream.php#L107
Return type mixed of method Http\Client\Socket\Stream::getSize() is not covariant with return type int|null of method Psr\Http\Message\StreamInterface::getSize().
PHPStan: src/Stream.php#L115
Return type mixed of method Http\Client\Socket\Stream::tell() is not covariant with return type int of method Psr\Http\Message\StreamInterface::tell().
PHPStan: src/Stream.php#L131
Return type mixed of method Http\Client\Socket\Stream::eof() is not covariant with return type bool of method Psr\Http\Message\StreamInterface::eof().
PHPStan: src/Stream.php#L143
Return type mixed of method Http\Client\Socket\Stream::isSeekable() is not covariant with return type bool of method Psr\Http\Message\StreamInterface::isSeekable().
PHPStan: src/Stream.php#L153
Return type mixed of method Http\Client\Socket\Stream::seek() is not covariant with return type void of method Psr\Http\Message\StreamInterface::seek().
PHPStan: src/Stream.php#L163
Return type mixed of method Http\Client\Socket\Stream::rewind() is not covariant with return type void of method Psr\Http\Message\StreamInterface::rewind().
PHPStan: src/Stream.php#L171
Return type mixed of method Http\Client\Socket\Stream::isWritable() is not covariant with return type bool of method Psr\Http\Message\StreamInterface::isWritable().
PHPStan: src/Stream.php#L179
Return type mixed of method Http\Client\Socket\Stream::write() is not covariant with return type int of method Psr\Http\Message\StreamInterface::write().