Re-work connections and connection pool in favor of Node Pool #1026
Annotations
10 errors and 1 warning
Run phpstan:
tests/ClientTest.php#L168
Return type mixed of method class@anonymous/tests/ClientTest.php:167::emergency() is not covariant with return type void of method Psr\Log\LoggerInterface::emergency().
|
Run phpstan:
tests/ClientTest.php#L172
Return type mixed of method class@anonymous/tests/ClientTest.php:167::alert() is not covariant with return type void of method Psr\Log\LoggerInterface::alert().
|
Run phpstan:
tests/ClientTest.php#L176
Return type mixed of method class@anonymous/tests/ClientTest.php:167::critical() is not covariant with return type void of method Psr\Log\LoggerInterface::critical().
|
Run phpstan:
tests/ClientTest.php#L180
Return type mixed of method class@anonymous/tests/ClientTest.php:167::error() is not covariant with return type void of method Psr\Log\LoggerInterface::error().
|
Run phpstan:
tests/ClientTest.php#L184
Return type mixed of method class@anonymous/tests/ClientTest.php:167::warning() is not covariant with return type void of method Psr\Log\LoggerInterface::warning().
|
Run phpstan:
tests/ClientTest.php#L188
Return type mixed of method class@anonymous/tests/ClientTest.php:167::notice() is not covariant with return type void of method Psr\Log\LoggerInterface::notice().
|
Run phpstan:
tests/ClientTest.php#L192
Return type mixed of method class@anonymous/tests/ClientTest.php:167::info() is not covariant with return type void of method Psr\Log\LoggerInterface::info().
|
Run phpstan:
tests/ClientTest.php#L196
Return type mixed of method class@anonymous/tests/ClientTest.php:167::debug() is not covariant with return type void of method Psr\Log\LoggerInterface::debug().
|
Run phpstan:
tests/ClientTest.php#L200
Return type mixed of method class@anonymous/tests/ClientTest.php:167::log() is not covariant with return type void of method Psr\Log\LoggerInterface::log().
|
Run phpstan:
tests/ClientTest.php#L206
Call to static method PHPUnit\Framework\Assert::assertNotInstanceOf() with 'Psr\\Log\\NullLogger' and Psr\Log\NullLogger will always evaluate to false.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The logs for this run have expired and are no longer available.
Loading