Skip to content

Mention --ui flag; add dev tag #103

Mention --ui flag; add dev tag

Mention --ui flag; add dev tag #103

Triggered via push January 22, 2024 10:11
Status Success
Total duration 29s
Artifacts

psalm.yml

on: push
Matrix: psalm
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 1 warning
RiskyTruthyFalsyComparison: src/Client/TrapHandle/Dumper.php#L35
src/Client/TrapHandle/Dumper.php:35:67: RiskyTruthyFalsyComparison: Operand of type int|null|string contains types int|string, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
RiskyTruthyFalsyComparison: src/Client/TrapHandle/Dumper.php#L91
src/Client/TrapHandle/Dumper.php:91:18: 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)
RiskyTruthyFalsyComparison: src/Sender/Console/Renderer/Sentry/Exceptions.php#L85
src/Sender/Console/Renderer/Sentry/Exceptions.php:85:22: RiskyTruthyFalsyComparison: Operand of type null|scalar contains type scalar, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
RiskyTruthyFalsyComparison: src/Sender/Console/Renderer/Sentry/Exceptions.php#L93
src/Sender/Console/Renderer/Sentry/Exceptions.php:93:21: RiskyTruthyFalsyComparison: Operand of type null|scalar contains type scalar, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
RiskyTruthyFalsyComparison: src/Sender/Console/Renderer/VarDumper.php#L76
src/Sender/Console/Renderer/VarDumper.php:76:29: 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)
RiskyTruthyFalsyComparison: src/Sender/Console/Renderer/VarDumper.php#L92
src/Sender/Console/Renderer/VarDumper.php:92:25: 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)
RiskyTruthyFalsyComparison: src/Sender/Console/Renderer/VarDumper.php#L93
src/Sender/Console/Renderer/VarDumper.php:93:25: 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)
Psalm Validation (PHP 8.2, OS ubuntu-latest)
Process completed with exit code 2.
Psalm Validation (PHP 8.2, OS ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/