Skip to content

Merge pull request #3 from Micro-PHP/1.6.1 #7

Merge pull request #3 from Micro-PHP/1.6.1

Merge pull request #3 from Micro-PHP/1.6.1 #7

Triggered via push November 7, 2023 12:41
Status Success
Total duration 35s
Artifacts

ci.yaml

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

Annotations

11 warnings
Tests 8.2 deps highest
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
LessSpecificReturnType: src/Business/Exception/Renderer/HtmlRenderer.php#L68
src/Business/Exception/Renderer/HtmlRenderer.php:68:53: LessSpecificReturnType: The inferred return type 'string' for Micro\Plugin\Http\Business\Exception\Renderer\HtmlRenderer::getFileRelative is more specific than the declared return type 'null|string' (see https://psalm.dev/088)
MixedAssignment: src/Business/Exception/Renderer/HtmlRenderer.php#L126
src/Business/Exception/Renderer/HtmlRenderer.php:126:35: MixedAssignment: Unable to determine the type that $item is being assigned to (see https://psalm.dev/032)
MixedArrayAccess: src/Business/Exception/Renderer/HtmlRenderer.php#L127
src/Business/Exception/Renderer/HtmlRenderer.php:127:30: MixedArrayAccess: Cannot access array value on mixed variable $item (see https://psalm.dev/051)
MixedArrayAccess: src/Business/Exception/Renderer/HtmlRenderer.php#L128
src/Business/Exception/Renderer/HtmlRenderer.php:128:83: MixedArrayAccess: Cannot access array value on mixed variable $item (see https://psalm.dev/051)
MixedArgument: src/Business/Exception/Renderer/HtmlRenderer.php#L128
src/Business/Exception/Renderer/HtmlRenderer.php:128:83: MixedArgument: Argument 1 of Micro\Plugin\Http\Business\Exception\Renderer\HtmlRenderer::abbrClass cannot be mixed, expecting string (see https://psalm.dev/030)
MixedArrayAccess: src/Business/Exception/Renderer/HtmlRenderer.php#L129
src/Business/Exception/Renderer/HtmlRenderer.php:129:35: MixedArrayAccess: Cannot access array value on mixed variable $item (see https://psalm.dev/051)
MixedArgument: src/Business/Exception/Renderer/HtmlRenderer.php#L130
src/Business/Exception/Renderer/HtmlRenderer.php:130:65: MixedArgument: Argument 2 of sprintf cannot be mixed|string, expecting float|int|string (see https://psalm.dev/030)
MixedArrayAccess: src/Business/Exception/Renderer/HtmlRenderer.php#L130
src/Business/Exception/Renderer/HtmlRenderer.php:130:75: MixedArrayAccess: Cannot access array value on mixed variable $item (see https://psalm.dev/051)
MixedArrayAccess: src/Business/Exception/Renderer/HtmlRenderer.php#L130
src/Business/Exception/Renderer/HtmlRenderer.php:130:105: MixedArrayAccess: Cannot access array value on mixed variable $item (see https://psalm.dev/051)
MixedArgument: src/Business/Exception/Renderer/HtmlRenderer.php#L130
src/Business/Exception/Renderer/HtmlRenderer.php:130:105: MixedArgument: Argument 1 of Micro\Plugin\Http\Business\Exception\Renderer\HtmlRenderer::formatArgs cannot be mixed, expecting array<array-key, mixed> (see https://psalm.dev/030)