Skip to content

Lock file maintenance #274

Lock file maintenance

Lock file maintenance #274

Triggered via pull request February 13, 2024 16:20
Status Failure
Total duration 1m 31s
Artifacts

continuous-integration.yml

on: pull_request
ci  /  Generate job matrix
7s
ci / Generate job matrix
Matrix: ci / QA Checks
Fit to window
Zoom out
Zoom in

Annotations

6 errors
RiskyTruthyFalsyComparison: src/Injector/AbstractInjector.php#L181
src/Injector/AbstractInjector.php:181:17: 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)
RedundantCondition: src/Injector/ConfigInjectorChain.php#L115
src/Injector/ConfigInjectorChain.php:115:9: RedundantCondition: Type bool for $injected is always bool (see https://psalm.dev/122)
RedundantCondition: src/Injector/ConfigInjectorChain.php#L115
src/Injector/ConfigInjectorChain.php:115:16: RedundantCondition: Type bool for $injected is always bool (see https://psalm.dev/122)
RedundantCondition: src/Injector/ConfigInjectorChain.php#L132
src/Injector/ConfigInjectorChain.php:132:9: RedundantCondition: Type bool for $removed is always bool (see https://psalm.dev/122)
RedundantCondition: src/Injector/ConfigInjectorChain.php#L132
src/Injector/ConfigInjectorChain.php:132:16: RedundantCondition: Type bool for $removed is always bool (see https://psalm.dev/122)
RiskyTruthyFalsyComparison: test/ComponentInstallerTest.php#L149
test/ComponentInstallerTest.php:149: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)