Skip to content

Add refreshMaterializedView command #1274

Add refreshMaterializedView command

Add refreshMaterializedView command #1274

Triggered via pull request January 19, 2024 15:07
Status Failure
Total duration 39s
Artifacts

static.yml

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

Annotations

15 errors
RiskyTruthyFalsyComparison: src/DDLQueryBuilder.php#L58
src/DDLQueryBuilder.php:58:13: RiskyTruthyFalsyComparison: Operand of type int<0, max>|null contains type int<0, max>, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
RiskyTruthyFalsyComparison: src/DDLQueryBuilder.php#L63
src/DDLQueryBuilder.php:63:17: RiskyTruthyFalsyComparison: Operand of type int<0, max>|null contains type int<0, max>, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
RiskyTruthyFalsyComparison: src/DDLQueryBuilder.php#L75
src/DDLQueryBuilder.php:75:13: RiskyTruthyFalsyComparison: Operand of type int<0, max>|null contains type int<0, max>, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
RiskyTruthyFalsyComparison: src/DDLQueryBuilder.php#L116
src/DDLQueryBuilder.php:116:29: 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/DMLQueryBuilder.php#L25
src/DMLQueryBuilder.php:25:14: RiskyTruthyFalsyComparison: Operand of type array<array-key, string>|null contains type array<array-key, string>, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
RiskyTruthyFalsyComparison: src/Dsn.php#L26
src/Dsn.php:26: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)
PHP 8.2
Process completed with exit code 2.
PHP 8.1
The job was canceled because "ubuntu-latest_8_2" failed.
RiskyTruthyFalsyComparison: src/DDLQueryBuilder.php#L58
src/DDLQueryBuilder.php:58:13: RiskyTruthyFalsyComparison: Operand of type int<0, max>|null contains type int<0, max>, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
RiskyTruthyFalsyComparison: src/DDLQueryBuilder.php#L63
src/DDLQueryBuilder.php:63:17: RiskyTruthyFalsyComparison: Operand of type int<0, max>|null contains type int<0, max>, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
RiskyTruthyFalsyComparison: src/DDLQueryBuilder.php#L75
src/DDLQueryBuilder.php:75:13: RiskyTruthyFalsyComparison: Operand of type int<0, max>|null contains type int<0, max>, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
RiskyTruthyFalsyComparison: src/DDLQueryBuilder.php#L116
src/DDLQueryBuilder.php:116:29: 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/DMLQueryBuilder.php#L25
src/DMLQueryBuilder.php:25:14: RiskyTruthyFalsyComparison: Operand of type array<array-key, string>|null contains type array<array-key, string>, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
RiskyTruthyFalsyComparison: src/Dsn.php#L26
src/Dsn.php:26: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)
PHP 8.1
The operation was canceled.