Skip to content

Merge pull request #5 from Micro-PHP/v1.6.3 #11

Merge pull request #5 from Micro-PHP/v1.6.3

Merge pull request #5 from Micro-PHP/v1.6.3 #11

Triggered via push April 7, 2026 14:12
Status Failure
Total duration 34s
Artifacts

ci.yaml

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

Annotations

6 errors and 11 warnings
Tests 8.2 deps highest
Process completed with exit code 2.
RiskyTruthyFalsyComparison: src/Exception/FlattenException.php#L199
src/Exception/FlattenException.php:199:54: RiskyTruthyFalsyComparison: Operand of type array-key|class-string|null contains type array-key, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
RiskyTruthyFalsyComparison: src/Exception/FlattenException.php#L137
src/Exception/FlattenException.php:137:64: RiskyTruthyFalsyComparison: Operand of type array-key|class-string|null contains type array-key, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
DeprecatedMethod: src/Business/Executor/HttpExceptionPageExecutorDecorator.php#L57
src/Business/Executor/HttpExceptionPageExecutorDecorator.php:57:38: DeprecatedMethod: The method Symfony\Component\HttpFoundation\Request::get has been marked as deprecated (see https://psalm.dev/001)
DeprecatedMethod: src/Business/Exception/Renderer/RendererFactory.php#L31
src/Business/Exception/Renderer/RendererFactory.php:31:29: DeprecatedMethod: The method Symfony\Component\HttpFoundation\Request::get has been marked as deprecated (see https://psalm.dev/001)
RiskyTruthyFalsyComparison: src/Business/Exception/Renderer/HtmlRenderer.php#L38
src/Business/Exception/Renderer/HtmlRenderer.php:38:33: RiskyTruthyFalsyComparison: Operand of type false|string contains type string, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
Tests 8.2 deps highest
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v3, actions/checkout@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
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)
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)
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)
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|object{__tostring()}|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#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#L128
src/Business/Exception/Renderer/HtmlRenderer.php:128:83: MixedArrayAccess: Cannot access array value on mixed variable $item (see https://psalm.dev/051)
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)
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)
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)