fix more: Implicitly marking parameter as nullable is deprecated #261
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
|