Skip to content

Integrate marwa-support library and fix PHPStan errors #14

Integrate marwa-support library and fix PHPStan errors

Integrate marwa-support library and fix PHPStan errors #14

Triggered via push April 17, 2026 23:14
Status Failure
Total duration 24s
Artifacts

ci.yml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

30 errors and 4 warnings
test (8.4): src/Connection/ConnectionFactory.php#L56
Method Marwa\DB\Connection\ConnectionFactory::pgsqlDsn() has parameter $config with no value type specified in iterable type array.
test (8.4): src/Connection/ConnectionFactory.php#L42
Method Marwa\DB\Connection\ConnectionFactory::mysqlDsn() has parameter $config with no value type specified in iterable type array.
test (8.4): src/Connection/ConnectionFactory.php#L11
Method Marwa\DB\Connection\ConnectionFactory::makePdo() has parameter $config with no value type specified in iterable type array.
test (8.4): src/Config/Config.php#L16
Method Marwa\DB\Config\Config::get() return type has no value type specified in iterable type array.
test (8.4): src/Config/Config.php#L11
Method Marwa\DB\Config\Config::all() return type has no value type specified in iterable type array.
test (8.4): src/Config/Config.php#L9
Method Marwa\DB\Config\Config::__construct() has parameter $connections with no value type specified in iterable type array.
test (8.4): src/CLI/ConsoleKernel.php#L25
Method Marwa\DB\CLI\ConsoleKernel::run() has parameter $argv with no value type specified in iterable type array.
test (8.4): src/CLI/Commands/DbSeedAutoCommand.php#L78
Method Marwa\DB\CLI\Commands\DbSeedAutoCommand::normalizeList() return type has no value type specified in iterable type array.
test (8.4): src/CLI/Commands/DbSeedAutoCommand.php#L78
Method Marwa\DB\CLI\Commands\DbSeedAutoCommand::normalizeList() has parameter $in with no value type specified in iterable type array.
test (8.4): src/Bootstrap.php#L17
Method Marwa\DB\Bootstrap::init() has parameter $dbConfig with no value type specified in iterable type array.
test (8.2): src/Connection/ConnectionFactory.php#L56
Method Marwa\DB\Connection\ConnectionFactory::pgsqlDsn() has parameter $config with no value type specified in iterable type array.
test (8.2): src/Connection/ConnectionFactory.php#L42
Method Marwa\DB\Connection\ConnectionFactory::mysqlDsn() has parameter $config with no value type specified in iterable type array.
test (8.2): src/Connection/ConnectionFactory.php#L11
Method Marwa\DB\Connection\ConnectionFactory::makePdo() has parameter $config with no value type specified in iterable type array.
test (8.2): src/Config/Config.php#L16
Method Marwa\DB\Config\Config::get() return type has no value type specified in iterable type array.
test (8.2): src/Config/Config.php#L11
Method Marwa\DB\Config\Config::all() return type has no value type specified in iterable type array.
test (8.2): src/Config/Config.php#L9
Method Marwa\DB\Config\Config::__construct() has parameter $connections with no value type specified in iterable type array.
test (8.2): src/CLI/ConsoleKernel.php#L25
Method Marwa\DB\CLI\ConsoleKernel::run() has parameter $argv with no value type specified in iterable type array.
test (8.2): src/CLI/Commands/DbSeedAutoCommand.php#L78
Method Marwa\DB\CLI\Commands\DbSeedAutoCommand::normalizeList() return type has no value type specified in iterable type array.
test (8.2): src/CLI/Commands/DbSeedAutoCommand.php#L78
Method Marwa\DB\CLI\Commands\DbSeedAutoCommand::normalizeList() has parameter $in with no value type specified in iterable type array.
test (8.2): src/Bootstrap.php#L17
Method Marwa\DB\Bootstrap::init() has parameter $dbConfig with no value type specified in iterable type array.
test (8.3): src/Connection/ConnectionFactory.php#L56
Method Marwa\DB\Connection\ConnectionFactory::pgsqlDsn() has parameter $config with no value type specified in iterable type array.
test (8.3): src/Connection/ConnectionFactory.php#L42
Method Marwa\DB\Connection\ConnectionFactory::mysqlDsn() has parameter $config with no value type specified in iterable type array.
test (8.3): src/Connection/ConnectionFactory.php#L11
Method Marwa\DB\Connection\ConnectionFactory::makePdo() has parameter $config with no value type specified in iterable type array.
test (8.3): src/Config/Config.php#L16
Method Marwa\DB\Config\Config::get() return type has no value type specified in iterable type array.
test (8.3): src/Config/Config.php#L11
Method Marwa\DB\Config\Config::all() return type has no value type specified in iterable type array.
test (8.3): src/Config/Config.php#L9
Method Marwa\DB\Config\Config::__construct() has parameter $connections with no value type specified in iterable type array.
test (8.3): src/CLI/ConsoleKernel.php#L25
Method Marwa\DB\CLI\ConsoleKernel::run() has parameter $argv with no value type specified in iterable type array.
test (8.3): src/CLI/Commands/DbSeedAutoCommand.php#L78
Method Marwa\DB\CLI\Commands\DbSeedAutoCommand::normalizeList() return type has no value type specified in iterable type array.
test (8.3): src/CLI/Commands/DbSeedAutoCommand.php#L78
Method Marwa\DB\CLI\Commands\DbSeedAutoCommand::normalizeList() has parameter $in with no value type specified in iterable type array.
test (8.3): src/Bootstrap.php#L17
Method Marwa\DB\Bootstrap::init() has parameter $dbConfig with no value type specified in iterable type array.
coverage
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
test (8.4)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
test (8.2)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
test (8.3)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/