Skip to content

Lock file maintenance #642

Lock file maintenance

Lock file maintenance #642

Triggered via push January 22, 2024 02:29
Status Failure
Total duration 55s
Artifacts
ci  /  Generate job matrix
8s
ci / Generate job matrix
Matrix: ci / QA Checks
Fit to window
Zoom out
Zoom in

Annotations

10 errors
RiskyTruthyFalsyComparison: src/Helper/Doctype.php#L97
src/Helper/Doctype.php:97:25: 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)
RiskyTruthyFalsyComparison: src/Helper/Doctype.php#L226
src/Helper/Doctype.php:226:36: 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)
RiskyTruthyFalsyComparison: src/Helper/Gravatar.php#L107
src/Helper/Gravatar.php:107:15: 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/HeadLink.php#L185
src/Helper/HeadLink.php:185:17: RiskyTruthyFalsyComparison: Operand of type mixed|object contains type mixed, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
RiskyTruthyFalsyComparison: src/Helper/HeadScript.php#L466
src/Helper/HeadScript.php:466:15: 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/HtmlObject.php#L68
src/Helper/HtmlObject.php:68:21: 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/Navigation/AbstractHelper.php#L446
src/Helper/Navigation/AbstractHelper.php:446:23: 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/Navigation/Breadcrumbs.php#L79
src/Helper/Navigation/Breadcrumbs.php:79:13: RiskyTruthyFalsyComparison: Operand of type array<array-key, mixed>|null|string contains types array<array-key, mixed>|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/Navigation/Breadcrumbs.php#L278
src/Helper/Navigation/Breadcrumbs.php:278:13: RiskyTruthyFalsyComparison: Operand of type array<array-key, mixed>|null|string contains types array<array-key, mixed>|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/Navigation/Links.php#L285
src/Helper/Navigation/Links.php:285:21: RiskyTruthyFalsyComparison: Operand of type array-key|false 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)