Skip to content

fix ci tests (run more containers) #10

fix ci tests (run more containers)

fix ci tests (run more containers) #10

Triggered via push February 27, 2024 08:02
Status Failure
Total duration 32s
Artifacts

phpstan.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
PHPStan: src/ApiClient.php#L104
Parameter #1 $body of method OpenSoutheners\Docker\ApiClient::applySentBodyParsing() expects array|string, array|string|null given.
PHPStan: src/ApiClient.php#L116
Parameter #1 $body of method OpenSoutheners\Docker\ApiClient::applySentBodyParsing() expects array|string, array|string|null given.
PHPStan: src/ApiClient.php#L190
Parameter #1 $content of method Psr\Http\Message\StreamFactoryInterface::createStream() expects string, array|string|false given.
PHPStan: src/ApiClient.php#L198
Match expression does not handle remaining value: mixed
PHPStan: src/ApiClient.php#L224
Parameter #2 $responseBody of static method OpenSoutheners\Docker\Exceptions\DockerApiException::fromResponse() expects array|string, mixed given.
PHPStan: src/Compose/Builder.php#L27
Argument of an invalid type mixed supplied for foreach, only iterables are supported.
PHPStan: src/Compose/Builder.php#L27
Cannot access offset 'services' on mixed.
PHPStan: src/Compose/Builder.php#L28
Parameter #1 $data of method OpenSoutheners\Docker\Compose\ServiceBuilder::fromArray() expects array, mixed given.
PHPStan: src/Compose/Builder.php#L28
Parameter #2 $id of method OpenSoutheners\Docker\Compose\ServiceBuilder::add() expects string, mixed given.
PHPStan: src/Compose/Builder.php#L45
Method OpenSoutheners\Docker\Compose\Builder::toYaml() has no return type specified.
PHPStan
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/.