Skip to content

Merge pull request #71 from productsupcom/symfony-7-support #33

Merge pull request #71 from productsupcom/symfony-7-support

Merge pull request #71 from productsupcom/symfony-7-support #33

Triggered via push February 19, 2024 17:18
Status Failure
Total duration 22s
Artifacts

static.yml

on: push
PHPStan
12s
PHPStan
PHP-CS-Fixer
5s
PHP-CS-Fixer
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 4 warnings
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().
PHP-CS-Fixer
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
PHP-CS-Fixer
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
PHPStan
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
PHPStan
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/