Skip to content

Implement PostgreSQL support with PDO (unfinished) #84

Implement PostgreSQL support with PDO (unfinished)

Implement PostgreSQL support with PDO (unfinished) #84

Triggered via push October 14, 2024 05:03
Status Failure
Total duration 1m 11s
Artifacts

php.yml

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

Annotations

7 errors
Run tests on 8.1
Process completed with exit code 2.
Run tests on 8.3
The job was canceled because "_8_1" failed.
MixedReturnTypeCoercion: lib/Pgsql/Statement.php#L44
lib/Pgsql/Statement.php:44:36: MixedReturnTypeCoercion: The declared return type 'Generator<int, array<array-key, mixed>, mixed, mixed>' for PeachySQL\Pgsql\Statement::getIterator is more specific than the inferred return type 'Generator<int, non-empty-mixed, mixed, void>' (see https://psalm.dev/197)
MixedAssignment: lib/Pgsql/Statement.php#L48
lib/Pgsql/Statement.php:48:20: MixedAssignment: Unable to determine the type that $row is being assigned to (see https://psalm.dev/032)
Run tests on 8.3
Process completed with exit code 2.
Run tests on 8.2
The job was canceled because "_8_1" failed.
Run tests on 8.2
The operation was canceled.