Bump psr/http-message from 1.1 to 2.0 #185
Annotations
10 errors
Static analysis:
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().
|
Static analysis:
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().
|
Static analysis:
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().
|
Static analysis:
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().
|
Static analysis:
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().
|
Static analysis:
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().
|
Static analysis:
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().
|
Static analysis:
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().
|
Static analysis:
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().
|
Static analysis:
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().
|
The logs for this run have expired and are no longer available.
Loading