Skip to content

Bump psr/http-message from 1.1 to 2.0 #185

Bump psr/http-message from 1.1 to 2.0

Bump psr/http-message from 1.1 to 2.0 #185

Triggered via push November 1, 2023 18:48
Status Failure
Total duration 32s
Artifacts

tests.yml

on: push
Matrix: tests
Fit to window
Zoom out
Zoom in

Annotations

12 errors
Tests PHP 8
Process completed with exit code 255.
Tests PHP 8.2: src/Response.php#L74
Return type mixed of method Slim\Http\Response::getBody() is not covariant with return type Psr\Http\Message\StreamInterface of method Psr\Http\Message\MessageInterface::getBody().
Tests PHP 8.2: src/Response.php#L138
Return type mixed of method Slim\Http\Response::withAddedHeader() is not covariant with return type Psr\Http\Message\MessageInterface of method Psr\Http\Message\MessageInterface::withAddedHeader().
Tests PHP 8.2: src/Response.php#L147
Return type mixed of method Slim\Http\Response::withBody() is not covariant with return type Psr\Http\Message\MessageInterface of method Psr\Http\Message\MessageInterface::withBody().
Tests PHP 8.2: src/Response.php#L156
Return type mixed of method Slim\Http\Response::withHeader() is not covariant with return type Psr\Http\Message\MessageInterface of method Psr\Http\Message\MessageInterface::withHeader().
Tests PHP 8.2: src/Response.php#L165
Return type mixed of method Slim\Http\Response::withoutHeader() is not covariant with return type Psr\Http\Message\MessageInterface of method Psr\Http\Message\MessageInterface::withoutHeader().
Tests PHP 8.2: src/Response.php#L174
Return type mixed of method Slim\Http\Response::withProtocolVersion() is not covariant with return type Psr\Http\Message\MessageInterface of method Psr\Http\Message\MessageInterface::withProtocolVersion().
Tests PHP 8.2: src/Response.php#L183
Return type mixed of method Slim\Http\Response::withStatus() is not covariant with return type Psr\Http\Message\ResponseInterface of method Psr\Http\Message\ResponseInterface::withStatus().
Tests PHP 8.2: src/ServerRequest.php#L268
Return type mixed of method Slim\Http\ServerRequest::withAddedHeader() is not covariant with return type Psr\Http\Message\MessageInterface of method Psr\Http\Message\MessageInterface::withAddedHeader().
Tests PHP 8.2: src/ServerRequest.php#L277
Return type mixed of method Slim\Http\ServerRequest::withAttribute() is not covariant with return type Psr\Http\Message\ServerRequestInterface of method Psr\Http\Message\ServerRequestInterface::withAttribute().
Tests PHP 8.2: src/ServerRequest.php#L312
Return type mixed of method Slim\Http\ServerRequest::withoutAttribute() is not covariant with return type Psr\Http\Message\ServerRequestInterface of method Psr\Http\Message\ServerRequestInterface::withoutAttribute().
Tests PHP 8.1
Process completed with exit code 255.