Lock file maintenance #273
continuous-integration.yml
on: push
ci
/
Generate job matrix
11s
Matrix: ci / QA Checks
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)
|