Merge pull request #139 from nlemoine/fix-skip-cache-args #161
Annotations
10 errors and 1 warning
src/Cli/PhpToolProcessFactory.php#L76
src/Cli/PhpToolProcessFactory.php:76: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)
|
src/Cli/WpCliFileData.php#L117
src/Cli/WpCliFileData.php:117:13: RiskyTruthyFalsyComparison: Operand of type ''|mixed|null contains type mixed, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
|
src/Cli/WpCliTool.php#L96
src/Cli/WpCliTool.php:96: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)
|
src/Cli/WpCliTool.php#L104
src/Cli/WpCliTool.php:104:9: 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)
|
src/Cli/WpCliTool.php#L191
src/Cli/WpCliTool.php:191: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)
|
src/Cli/WpCliTool.php#L237
src/Cli/WpCliTool.php:237:17: 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)
|
src/ComposerPlugin.php#L331
src/ComposerPlugin.php:331: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)
|
src/ComposerPlugin.php#L376
src/ComposerPlugin.php:376:13: RiskyTruthyFalsyComparison: Operand of type mixed|null contains type mixed, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
|
src/Config/Config.php#L287
src/Config/Config.php:287:16: RiskyTruthyFalsyComparison: Operand of type callable(mixed):WeCodeMore\WpStarter\Config\Result|null contains type callable(mixed):WeCodeMore\WpStarter\Config\Result, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
|
src/Config/Validator.php#L207
src/Config/Validator.php:207:29: RiskyTruthyFalsyComparison: Operand of type false|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)
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
This job failed
Loading