Bump version #72
Annotations
5 errors and 1 warning
Run phpstan/phpstan:
tests/Utils/Psr7/DummyServerRequest.php#L391
Parameter #1 $cookies (array<int|string, mixed>) of method WoohooLabs\Harmony\Tests\Utils\Psr7\DummyServerRequest::withCookieParams() should be contravariant with parameter $cookies (array) of method Psr\Http\Message\ServerRequestInterface::withCookieParams()
|
Run phpstan/phpstan:
tests/Utils/Psr7/DummyServerRequest.php#L435
Parameter #1 $query (array<int|string, mixed>) of method WoohooLabs\Harmony\Tests\Utils\Psr7\DummyServerRequest::withQueryParams() should be contravariant with parameter $query (array) of method Psr\Http\Message\ServerRequestInterface::withQueryParams()
|
Run phpstan/phpstan:
tests/Utils/Psr7/DummyServerRequest.php#L468
Parameter #1 $uploadedFiles (array<int|string, mixed>) of method WoohooLabs\Harmony\Tests\Utils\Psr7\DummyServerRequest::withUploadedFiles() should be contravariant with parameter $uploadedFiles (array) of method Psr\Http\Message\ServerRequestInterface::withUploadedFiles()
|
Run phpstan/phpstan:
tests/Utils/Psr7/DummyServerRequest.php#L521
Parameter #1 $data (array<int|string, mixed>|object|null) of method WoohooLabs\Harmony\Tests\Utils\Psr7\DummyServerRequest::withParsedBody() should be contravariant with parameter $data (array|object|null) of method Psr\Http\Message\ServerRequestInterface::withParsedBody()
|
Run phpstan/phpstan
Process completed with exit code 1.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading