AdapterAbstractServiceFactory #198
continuous-integration.yml
on: pull_request
Generate job matrix
7s
Matrix: QA Checks
Annotations
20 errors and 1 warning
QA Checks (PHPCodeSniffer [8.1, locked], ubuntu-latest, laminas/laminas-continuous-integration-ac...:
src/ConfigProvider.php#L45
Expected 9 spaces before double arrow; 1 found
|
QA Checks (PHPCodeSniffer [8.1, locked], ubuntu-latest, laminas/laminas-continuous-integration-ac...:
src/ConfigProvider.php#L42
Expected 10 spaces before double arrow; 2 found
|
QA Checks (PHPCodeSniffer [8.1, locked], ubuntu-latest, laminas/laminas-continuous-integration-ac...:
src/ConfigProvider.php#L39
Expected 12 spaces before double arrow; 4 found
|
QA Checks (PHPCodeSniffer [8.1, locked], ubuntu-latest, laminas/laminas-continuous-integration-ac...:
src/Container/ConnectionFactoryFactory.php#L26
Expected class name RuntimeException; found \RuntimeException
|
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/MysqliDriverFactory.php#L48
Blank line found after opening brace
|
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)
|
QA Checks (PHPCodeSniffer [8.1, locked], ubuntu-latest, laminas/laminas-continuous-integration-ac...:
src/Container/MysqliConnectionFactory.php#L31
Line exceeds 120 characters; contains 129 characters
|