Update vimeo/psalm requirement from 5.9.0 to 5.23.1 #369
Annotations
10 errors and 1 warning
Static Analysis:
lib/Doctrine/Adapter/Oracle.php#L105
lib/Doctrine/Adapter/Oracle.php:105: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)
|
Static Analysis:
lib/Doctrine/Adapter/Oracle.php#L108
lib/Doctrine/Adapter/Oracle.php:108: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)
|
Static Analysis:
lib/Doctrine/Adapter/Statement/Oracle.php#L154
lib/Doctrine/Adapter/Statement/Oracle.php:154:31: RiskyTruthyFalsyComparison: Operand of type int|null contains type int, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
|
Static Analysis:
lib/Doctrine/Adapter/Statement/Oracle.php#L240
lib/Doctrine/Adapter/Statement/Oracle.php:240:13: RiskyTruthyFalsyComparison: Operand of type array<array-key, mixed>|false 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)
|
Static Analysis:
lib/Doctrine/Adapter/Statement/Oracle.php#L472
lib/Doctrine/Adapter/Statement/Oracle.php:472:13: NoValue: All possible types for this assignment were invalidated - This may be dead code (see https://psalm.dev/179)
|
Static Analysis:
lib/Doctrine/Cache/Db.php#L130
lib/Doctrine/Cache/Db.php:130:17: RiskyTruthyFalsyComparison: Operand of type false|int contains type int, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
|
Static Analysis:
lib/Doctrine/Cache/Db.php#L142
lib/Doctrine/Cache/Db.php:142:17: RiskyTruthyFalsyComparison: Operand of type false|int contains type int, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
|
Static Analysis:
lib/Doctrine/Cache/Driver.php#L230
lib/Doctrine/Cache/Driver.php:230:13: RiskyTruthyFalsyComparison: Operand of type ''|mixed contains type mixed, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
|
Static Analysis:
lib/Doctrine/Cache/Memcache.php#L148
lib/Doctrine/Cache/Memcache.php:148:25: RiskyTruthyFalsyComparison: Operand of type array<string, int|string>|false contains type array<string, int|string>, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
|
Static Analysis:
lib/Doctrine/Cache/Xcache.php#L132
lib/Doctrine/Cache/Xcache.php:132:13: 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)
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading