Skip to content

Run command: add signals handling #104

Run command: add signals handling

Run command: add signals handling #104

Triggered via push January 23, 2024 10:44
Status Success
Total duration 28s
Artifacts

psalm.yml

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

Annotations

9 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)
MixedArgument: src/Socket/Server.php#L98
src/Socket/Server.php:98:40: MixedArgument: Argument 1 of Buggregator\Trap\Socket\Client::init cannot be mixed, expecting Socket (see https://psalm.dev/030)
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/