Skip to content

Merge branch '3.8.x' into 4.0.x #181

Merge branch '3.8.x' into 4.0.x

Merge branch '3.8.x' into 4.0.x #181

Triggered via push November 3, 2023 00:36
Status Failure
Total duration 45s
Artifacts
Matrix: Static Analysis with PHPStan
Matrix: Static Analysis with Psalm
Fit to window
Zoom out
Zoom in

Annotations

13 errors
MissingClosureReturnType: tests/Functional/Schema/CustomIntrospectionTest.php#L72
tests/Functional/Schema/CustomIntrospectionTest.php:72:38: MissingClosureReturnType: Closure does not have a return type, expecting mixed (see https://psalm.dev/068)
UndefinedMethod: tests/Functional/Schema/CustomIntrospectionTest.php#L72
tests/Functional/Schema/CustomIntrospectionTest.php:72:60: UndefinedMethod: Method Doctrine\DBAL\Schema\ColumnDiff::getOldColumnName does not exist (see https://psalm.dev/022)
MissingReturnType: tests/Functional/Schema/Types/MoneyType.php#L19
tests/Functional/Schema/Types/MoneyType.php:19:21: MissingReturnType: Method Doctrine\DBAL\Tests\Functional\Schema\Types\MoneyType::getName does not have a return type, expecting 'money' (see https://psalm.dev/050)
UndefinedMethod: tests/Functional/Schema/Types/MoneyType.php#L45
tests/Functional/Schema/Types/MoneyType.php:45:15: UndefinedMethod: Method Doctrine\DBAL\Types\ConversionException::conversionfailedinvalidtype does not exist (see https://psalm.dev/022)
UndefinedMethod: tests/Functional/Schema/Types/MoneyType.php#L58
tests/Functional/Schema/Types/MoneyType.php:58:19: UndefinedMethod: Method Doctrine\DBAL\Types\ConversionException::conversionfailedinvalidtype does not exist (see https://psalm.dev/022)
UndefinedMethod: tests/Functional/Schema/Types/MoneyType.php#L64
tests/Functional/Schema/Types/MoneyType.php:64:19: UndefinedMethod: Method Doctrine\DBAL\Types\ConversionException::conversionfailedformat does not exist (see https://psalm.dev/022)
Static Analysis with Psalm (8.2)
Process completed with exit code 2.
Static Analysis with PHPStan (8.2): tests/Functional/Schema/CustomIntrospectionTest.php#L72
Call to an undefined method Doctrine\DBAL\Schema\ColumnDiff::getOldColumnName().
Static Analysis with PHPStan (8.2): tests/Functional/Schema/Types/MoneyType.php#L19
Method Doctrine\DBAL\Tests\Functional\Schema\Types\MoneyType::getName() has no return type specified.
Static Analysis with PHPStan (8.2): tests/Functional/Schema/Types/MoneyType.php#L45
Call to an undefined static method Doctrine\DBAL\Types\ConversionException::conversionFailedInvalidType().
Static Analysis with PHPStan (8.2): tests/Functional/Schema/Types/MoneyType.php#L58
Call to an undefined static method Doctrine\DBAL\Types\ConversionException::conversionFailedInvalidType().
Static Analysis with PHPStan (8.2): tests/Functional/Schema/Types/MoneyType.php#L64
Call to an undefined static method Doctrine\DBAL\Types\ConversionException::conversionFailedFormat().
Static Analysis with PHPStan (8.2)
Process completed with exit code 1.