Skip to content

Merge branch '3.9.x' into 4.1.x #5919

Merge branch '3.9.x' into 4.1.x

Merge branch '3.9.x' into 4.1.x #5919

Triggered via push August 2, 2024 09:32
Status Failure
Total duration 2m 51s
Artifacts
Matrix: Static Analysis with PHPStan
Matrix: Static Analysis with Psalm
Fit to window
Zoom out
Zoom in

Annotations

12 errors
Static Analysis with PHPStan (8.3): tests/Functional/Schema/SQLiteSchemaManagerTest.php#L223
Class Doctrine\DBAL\Schema\TableDiff constructor invoked with 12 parameters, 1-11 required.
Static Analysis with PHPStan (8.3): tests/Functional/Schema/SQLiteSchemaManagerTest.php#L223
Parameter #5 $addedIndexes of class Doctrine\DBAL\Schema\TableDiff constructor expects array<Doctrine\DBAL\Schema\Index>, array<string, Doctrine\DBAL\Schema\Column> given.
Static Analysis with PHPStan (8.3): tests/Platforms/SQLitePlatformTest.php#L497
Class Doctrine\DBAL\Schema\TableDiff constructor invoked with 12 parameters, 1-11 required.
Static Analysis with PHPStan (8.3): tests/Platforms/SQLitePlatformTest.php#L497
Parameter #5 $addedIndexes of class Doctrine\DBAL\Schema\TableDiff constructor expects array<Doctrine\DBAL\Schema\Index>, array<string, Doctrine\DBAL\Schema\Column> given.
Static Analysis with PHPStan (8.3): tests/Schema/AbstractComparatorTestCase.php#L379
Class Doctrine\DBAL\Schema\TableDiff constructor invoked with 12 parameters, 1-11 required.
Static Analysis with PHPStan (8.3)
Process completed with exit code 1.
TooManyArguments: tests/Functional/Schema/SQLiteSchemaManagerTest.php#L223
tests/Functional/Schema/SQLiteSchemaManagerTest.php:223:22: TooManyArguments: Too many arguments for Doctrine\DBAL\Schema\TableDiff::__construct - expecting 11 but saw 12 (see https://psalm.dev/026)
InvalidArgument: tests/Functional/Schema/SQLiteSchemaManagerTest.php#L223
tests/Functional/Schema/SQLiteSchemaManagerTest.php:223:56: InvalidArgument: Argument 5 of Doctrine\DBAL\Schema\TableDiff::__construct expects array<array-key, Doctrine\DBAL\Schema\Index>, but array{a: Doctrine\DBAL\Schema\Column} provided (see https://psalm.dev/004)
TooManyArguments: tests/Platforms/SQLitePlatformTest.php#L497
tests/Platforms/SQLitePlatformTest.php:497:22: TooManyArguments: Too many arguments for Doctrine\DBAL\Schema\TableDiff::__construct - expecting 11 but saw 12 (see https://psalm.dev/026)
InvalidArgument: tests/Platforms/SQLitePlatformTest.php#L497
tests/Platforms/SQLitePlatformTest.php:497:56: InvalidArgument: Argument 5 of Doctrine\DBAL\Schema\TableDiff::__construct expects array<array-key, Doctrine\DBAL\Schema\Index>, but array{a: Doctrine\DBAL\Schema\Column} provided (see https://psalm.dev/004)
TooManyArguments: tests/Schema/AbstractComparatorTestCase.php#L379
tests/Schema/AbstractComparatorTestCase.php:379:13: TooManyArguments: Too many arguments for Doctrine\DBAL\Schema\TableDiff::__construct - expecting 11 but saw 12 (see https://psalm.dev/026)
Static Analysis with Psalm (8.3)
Process completed with exit code 2.