Skip to content

Adapter migration mysql new #103

Adapter migration mysql new

Adapter migration mysql new #103

Triggered via pull request June 23, 2025 19:55
Status Failure
Total duration 2m 5s
Artifacts

continuous-integration.yml

on: pull_request
Generate job matrix
11s
Generate job matrix
Matrix: QA Checks
Fit to window
Zoom out
Zoom in

Annotations

12 errors
QA Checks (PHPUnit [8.1, latest], ubuntu-latest, laminas/laminas-continuous-integration-action@v1...
Your requirements could not be resolved to an installable set of packages. Problem 1 - Root composer.json requires phpunit/phpunit ^11.5.12 -> satisfiable by phpunit/phpunit[11.5.12, ..., 11.5.24]. - phpunit/phpunit[11.5.12, ..., 11.5.24] require php >=8.2 -> your php version (8.1.32) does not satisfy that requirement.
QA Checks (PHPUnit [8.1, lowest], ubuntu-latest, laminas/laminas-continuous-integration-action@v1...
Your requirements could not be resolved to an installable set of packages. Problem 1 - Root composer.json requires phpunit/phpunit ^11.5.12 -> satisfiable by phpunit/phpunit[11.5.12, ..., 11.5.24]. - phpunit/phpunit[11.5.12, ..., 11.5.24] require php >=8.2 -> your php version (8.1.32) does not satisfy that requirement.
PossiblyUnusedReturnValue: src/Adapter/Driver/DriverAwareInterface.php#L10
src/Adapter/Driver/DriverAwareInterface.php:10:57: PossiblyUnusedReturnValue: The return value for this method is never used (see https://psalm.dev/273)
InvalidNullableReturnType: src/Adapter/Driver/AbstractConnection.php#L57
src/Adapter/Driver/AbstractConnection.php:57:21: InvalidNullableReturnType: The declared return type 'resource' for Laminas\Db\Adapter\Driver\AbstractConnection::getResource is not nullable, but 'null|resource' contains null (see https://psalm.dev/144)
PossiblyUnusedMethod: src/Adapter/Driver/AbstractConnection.php#L45
src/Adapter/Driver/AbstractConnection.php:45:21: PossiblyUnusedMethod: Cannot find any calls to method Laminas\Db\Adapter\Driver\AbstractConnection::getDriverName (see https://psalm.dev/087)
PossiblyUnusedReturnValue: src/Adapter/AdapterAwareInterface.php#L8
src/Adapter/AdapterAwareInterface.php:8:62: PossiblyUnusedReturnValue: The return value for this method is never used (see https://psalm.dev/273)
TooFewArguments: src/Adapter/AdapterAbstractServiceFactory.php#L48
src/Adapter/AdapterAbstractServiceFactory.php:48:16: TooFewArguments: Too few arguments for Laminas\Db\Adapter\Adapter::__construct - expecting queryResultSetPrototype to be passed (see https://psalm.dev/025)
TooFewArguments: src/Adapter/AdapterAbstractServiceFactory.php#L48
src/Adapter/AdapterAbstractServiceFactory.php:48:16: TooFewArguments: Too few arguments for Laminas\Db\Adapter\Adapter::__construct - expecting platform to be passed (see https://psalm.dev/025)
MethodSignatureMismatch: src/Adapter/AdapterAbstractServiceFactory.php#L16
src/Adapter/AdapterAbstractServiceFactory.php:16:7: MethodSignatureMismatch: Method Laminas\Db\Adapter\AdapterAbstractServiceFactory::canCreate with return type '' is different to return type 'bool' of inherited method Laminas\ServiceManager\Factory\AbstractFactoryInterface::canCreate (see https://psalm.dev/042)
NullableReturnStatement: src/Adapter/Adapter.php#L116
src/Adapter/Adapter.php:116:16: NullableReturnStatement: The declared return type 'Laminas\Db\Adapter\Driver\ResultInterface|Laminas\Db\Adapter\Driver\StatementInterface|Laminas\Db\ResultSet\ResultSet' for Laminas\Db\Adapter\Adapter::query is not nullable, but the function returns 'Laminas\Db\Adapter\Driver\ResultInterface|null' (see https://psalm.dev/139)
InvalidReturnStatement: src/Adapter/Adapter.php#L61
src/Adapter/Adapter.php:61:16: InvalidReturnStatement: The inferred type 'bool|string' does not match the declared return type 'string' for Laminas\Db\Adapter\Adapter::getCurrentSchema (see https://psalm.dev/128)
InvalidReturnType: src/Adapter/Adapter.php#L59
src/Adapter/Adapter.php:59:41: InvalidReturnType: The declared return type 'string' for Laminas\Db\Adapter\Adapter::getCurrentSchema is incorrect, got 'bool|string' (see https://psalm.dev/011)