Add support for PHP 8.4 #450
Annotations
10 errors
Psalm [8.1, locked]:
src/ConfigInjector/AbstractInjector.php#L187
src/ConfigInjector/AbstractInjector.php:187: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)
|
Psalm [8.1, locked]:
src/CreateHandler/CreateHandler.php#L49
src/CreateHandler/CreateHandler.php:49:30: 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)
|
Psalm [8.1, locked]:
src/CreateHandler/CreateTemplate.php#L73
src/CreateHandler/CreateTemplate.php:73:25: 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)
|
Psalm [8.1, locked]:
src/CreateHandler/CreateTemplate.php#L88
src/CreateHandler/CreateTemplate.php:88: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)
|
Psalm [8.1, locked]:
src/MigrateInteropMiddleware/ConvertInteropMiddleware.php#L105
src/MigrateInteropMiddleware/ConvertInteropMiddleware.php:105: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)
|
Psalm [8.1, locked]:
src/MigrateInteropMiddleware/ConvertInteropMiddleware.php#L120
src/MigrateInteropMiddleware/ConvertInteropMiddleware.php:120: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)
|
Psalm [8.1, locked]:
test/Composer/FileSystemBasedComposerPackageTest.php#L85
test/Composer/FileSystemBasedComposerPackageTest.php:85:20: 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)
|
Psalm [8.1, locked]:
test/Composer/FileSystemBasedComposerPackageTest.php#L110
test/Composer/FileSystemBasedComposerPackageTest.php:110:20: 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)
|
Psalm [8.1, locked]:
test/Factory/ConfigInjectorTest.php#L86
test/Factory/ConfigInjectorTest.php:86:68: UndefinedInterfaceMethod: Method Countable::offsetGet does not exist (see https://psalm.dev/181)
|
Psalm [8.1, locked]:
test/Factory/ConfigInjectorTest.php#L86
test/Factory/ConfigInjectorTest.php:86:68: PossiblyInvalidArrayAccess: Cannot access array value on non-array variable $factories of type iterable<mixed, mixed> (see https://psalm.dev/109)
|
Loading