Skip to content

AdapterAbstractServiceFactory #198

AdapterAbstractServiceFactory

AdapterAbstractServiceFactory #198

Triggered via pull request September 9, 2025 06:05
Status Failure
Total duration 1m 55s
Artifacts

continuous-integration.yml

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

Annotations

20 errors and 1 warning
QA Checks (PHPCodeSniffer [8.1, locked], ubuntu-latest, laminas/laminas-continuous-integration-ac...: src/Container/ConnectionFactoryFactory.php#L26
Class \RuntimeException should not be referenced via a fully qualified name, but via a use statement.
QA Checks (PHPCodeSniffer [8.1, locked], ubuntu-latest, laminas/laminas-continuous-integration-ac...: src/Container/ConnectionFactoryFactory.php#L8
Use statements should be sorted alphabetically. The first wrong one is PhpDb\Adapter\Mysql\Container\MysqliConnectionFactory.
QA Checks (PHPCodeSniffer [8.1, locked], ubuntu-latest, laminas/laminas-continuous-integration-ac...: src/Container/DriverFactoryFactory.php#L27
Equals sign not aligned with surrounding assignments; expected 4 spaces but found 1 space
QA Checks (PHPCodeSniffer [8.1, locked], ubuntu-latest, laminas/laminas-continuous-integration-ac...: src/Container/DriverFactoryFactory.php#L26
Equals sign not aligned with surrounding assignments; expected 8 spaces but found 1 space
QA Checks (PHPCodeSniffer [8.1, locked], ubuntu-latest, laminas/laminas-continuous-integration-ac...: src/Container/DriverFactoryFactory.php#L18
Class \RuntimeException should not be referenced via a fully qualified name, but via a use statement.
MixedArrayAccess: src/Container/ConnectionFactoryFactory.php#L34
src/Container/ConnectionFactoryFactory.php:34:24: MixedArrayAccess: Cannot access array value on mixed variable $adapterServices (see https://psalm.dev/051)
MixedAssignment: src/Container/ConnectionFactoryFactory.php#L34
src/Container/ConnectionFactoryFactory.php:34:13: MixedAssignment: Unable to determine the type that $aliasTo is being assigned to (see https://psalm.dev/032)
MixedArgument: src/Container/ConnectionFactoryFactory.php#L33
src/Container/ConnectionFactoryFactory.php:33:49: MixedArgument: Argument 2 of array_key_exists cannot be mixed, expecting array<array-key, mixed> (see https://psalm.dev/030)
MixedArrayAccess: src/Container/ConnectionFactoryFactory.php#L33
src/Container/ConnectionFactoryFactory.php:33:49: MixedArrayAccess: Cannot access array value on mixed variable $adapterServices (see https://psalm.dev/051)
MixedArgument: src/Container/ConnectionFactoryFactory.php#L33
src/Container/ConnectionFactoryFactory.php:33:30: MixedArgument: Argument 1 of array_key_exists cannot be mixed, expecting array-key (see https://psalm.dev/030)
MixedAssignment: src/Container/ConnectionFactoryFactory.php#L32
src/Container/ConnectionFactoryFactory.php:32:9: MixedAssignment: Unable to determine the type that $configuredDriver is being assigned to (see https://psalm.dev/032)
MixedArrayAccess: src/Container/ConnectionFactoryFactory.php#L31
src/Container/ConnectionFactoryFactory.php:31:29: MixedArrayAccess: Cannot access array value on mixed variable (see https://psalm.dev/051)
MixedAssignment: src/Container/ConnectionFactoryFactory.php#L31
src/Container/ConnectionFactoryFactory.php:31:9: MixedAssignment: Unable to determine the type that $adapterServices is being assigned to (see https://psalm.dev/032)
MixedAssignment: src/Container/ConnectionFactoryFactory.php#L24
src/Container/ConnectionFactoryFactory.php:24:9: MixedAssignment: Unable to determine the type that $adapterConfig is being assigned to (see https://psalm.dev/032)
UndefinedClass: src/ConfigProvider.php#L37
src/ConfigProvider.php:37:17: UndefinedClass: Class, interface or enum named PhpDb\Container\AdapterAbstractServiceFactory does not exist (see https://psalm.dev/019)