Skip to content

Merge 3.9.x into 4.2.x #6099

Merge 3.9.x into 4.2.x

Merge 3.9.x into 4.2.x #6099

Triggered via pull request October 11, 2024 11:57
Status Failure
Total duration 8m 36s
Artifacts

static-analysis.yml

on: pull_request
Matrix: Static Analysis with PHPStan
Matrix: Static Analysis with Psalm
Fit to window
Zoom out
Zoom in

Annotations

7 errors
InterfaceInstantiation: tests/ConnectionTest.php#L632
tests/ConnectionTest.php:632:27: InterfaceInstantiation: Interface Doctrine\DBAL\Exception cannot be instantiated (see https://psalm.dev/158)
InterfaceInstantiation: tests/ConnectionTest.php#L638
tests/ConnectionTest.php:638:27: InterfaceInstantiation: Interface Doctrine\DBAL\Exception cannot be instantiated (see https://psalm.dev/158)
Static Analysis with Psalm (8.3)
Process completed with exit code 2.
Static Analysis with PHPStan (8.3): tests/ConnectionTest.php#L632
Cannot instantiate interface Doctrine\DBAL\Exception.
Static Analysis with PHPStan (8.3): tests/ConnectionTest.php#L638
Cannot instantiate interface Doctrine\DBAL\Exception.
Static Analysis with PHPStan (8.3): tests/ConnectionTest.php#L640
Unreachable statement - code above always terminates.
Static Analysis with PHPStan (8.3)
Process completed with exit code 1.