Lock file maintenance #532
continuous-integration.yml
on: push
ci
/
Generate job matrix
7s
Matrix: ci / QA Checks
Annotations
10 errors
TypeDoesNotContainType:
src/Response/HtmlResponse.php#L63
src/Response/HtmlResponse.php:63:17: TypeDoesNotContainType: Type never for $html is never object (see https://psalm.dev/056)
|
MixedArgument:
src/Response/HtmlResponse.php#L63
src/Response/HtmlResponse.php:63:17: MixedArgument: Argument 2 of sprintf cannot be mixed|string, expecting float|int|object{__tostring()}|string (see https://psalm.dev/030)
|
RedundantCondition:
src/Response/HtmlResponse.php#L63
src/Response/HtmlResponse.php:63:51: RedundantCondition: Type never for $html is never object (see https://psalm.dev/122)
|
TypeDoesNotContainType:
src/Response/TextResponse.php#L63
src/Response/TextResponse.php:63:17: TypeDoesNotContainType: Type never for $text is never object (see https://psalm.dev/056)
|
MixedArgument:
src/Response/TextResponse.php#L63
src/Response/TextResponse.php:63:17: MixedArgument: Argument 2 of sprintf cannot be mixed|string, expecting float|int|object{__tostring()}|string (see https://psalm.dev/030)
|
RedundantCondition:
src/Response/TextResponse.php#L63
src/Response/TextResponse.php:63:51: RedundantCondition: Type never for $text is never object (see https://psalm.dev/122)
|
TypeDoesNotContainType:
src/Response/XmlResponse.php#L65
src/Response/XmlResponse.php:65:17: TypeDoesNotContainType: Type never for $xml is never object (see https://psalm.dev/056)
|
MixedArgument:
src/Response/XmlResponse.php#L65
src/Response/XmlResponse.php:65:17: MixedArgument: Argument 2 of sprintf cannot be mixed|string, expecting float|int|object{__tostring()}|string (see https://psalm.dev/030)
|
RedundantCondition:
src/Response/XmlResponse.php#L65
src/Response/XmlResponse.php:65:49: RedundantCondition: Type never for $xml is never object (see https://psalm.dev/122)
|
RedundantCondition:
src/functions/marshal_headers_from_sapi.php#L73
src/functions/marshal_headers_from_sapi.php:73:64: RedundantCondition: Type string for $key is always string (see https://psalm.dev/122)
|