Skip to content

Fix CTE query expressions #1336

Fix CTE query expressions

Fix CTE query expressions #1336

Triggered via pull request September 28, 2023 08:42
Status Failure
Total duration 5m 25s
Artifacts

static.yml

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

Annotations

11 errors
MixedAssignment: src/DQLQueryBuilder.php#L115
src/DQLQueryBuilder.php:115:29: MixedAssignment: Unable to determine the type that $with is being assigned to (see https://psalm.dev/032)
MixedArrayAssignment: src/DQLQueryBuilder.php#L116
src/DQLQueryBuilder.php:116:13: MixedArrayAssignment: Cannot access array value on mixed variable $with['recursive'] (see https://psalm.dev/117)
PHP 8.0
Process completed with exit code 2.
PHP 8.1
The job was canceled because "ubuntu-latest_8_0" failed.
MixedAssignment: src/DQLQueryBuilder.php#L115
src/DQLQueryBuilder.php:115:29: MixedAssignment: Unable to determine the type that $with is being assigned to (see https://psalm.dev/032)
MixedArrayAssignment: src/DQLQueryBuilder.php#L116
src/DQLQueryBuilder.php:116:13: MixedArrayAssignment: Cannot access array value on mixed variable $with['recursive'] (see https://psalm.dev/117)
PHP 8.1
Process completed with exit code 2.
PHP 8.2
The job was canceled because "ubuntu-latest_8_0" failed.
MixedAssignment: src/DQLQueryBuilder.php#L115
src/DQLQueryBuilder.php:115:29: MixedAssignment: Unable to determine the type that $with is being assigned to (see https://psalm.dev/032)
MixedArrayAssignment: src/DQLQueryBuilder.php#L116
src/DQLQueryBuilder.php:116:13: MixedArrayAssignment: Cannot access array value on mixed variable $with['recursive'] (see https://psalm.dev/117)
PHP 8.2
The operation was canceled.