Skip to content

fix more: Implicitly marking parameter as nullable is deprecated #261

fix more: Implicitly marking parameter as nullable is deprecated

fix more: Implicitly marking parameter as nullable is deprecated #261

Triggered via push April 8, 2025 10:27
Status Failure
Total duration 35s
Artifacts

php80.yml

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

Annotations

6 errors
PHP 8.0 Test on ubuntu-latest
Process completed with exit code 2.
RiskyTruthyFalsyComparison: src/Renderer/Html/TypesRender/Input.php#L74
src/Renderer/Html/TypesRender/Input.php:74:13: RiskyTruthyFalsyComparison: Operand of type null|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)
RiskyTruthyFalsyComparison: src/Renderer/Html/TypesRender/Input.php#L44
src/Renderer/Html/TypesRender/Input.php:44:55: RiskyTruthyFalsyComparison: Operand of type null|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)
RiskyTruthyFalsyComparison: src/Helper.php#L17
src/Helper.php:17:21: RiskyTruthyFalsyComparison: Operand of type array<array-key, mixed>|null contains type array<array-key, mixed>, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
PHP 8.0 Test on macOS-latest
The operation was canceled.
PHP 8.0 Test on macOS-latest
The strategy configuration was canceled because "run.ubuntu-latest_8_0" failed