Skip to content

chore: update yiisoft/db-pgsql to ^2.0 and require PHP version to ^8.… #23

chore: update yiisoft/db-pgsql to ^2.0 and require PHP version to ^8.…

chore: update yiisoft/db-pgsql to ^2.0 and require PHP version to ^8.… #23

Triggered via push December 11, 2025 08:43
Status Failure
Total duration 39s
Artifacts

analyse.yml

on: push
Matrix: phpstan / phpstan
Fit to window
Zoom out
Zoom in

Annotations

10 errors
phpstan / PHP 8.2-ubuntu-latest: packages/database-all/src/Yii/TransactionUsingYii.php#L47
Cannot call method rollBack() on Yiisoft\Db\Transaction\TransactionInterface|null.
phpstan / PHP 8.2-ubuntu-latest: packages/database-all/src/Cycle/Migrations/Console/Migration/UpCommand.php#L18
Property A50\Database\Cycle\Migrations\Console\Migration\UpCommand::$defaultName has no type specified.
phpstan / PHP 8.2-ubuntu-latest: packages/database-all/src/Cycle/Migrations/Console/Migration/ListCommand.php#L13
Property A50\Database\Cycle\Migrations\Console\Migration\ListCommand::$defaultName has no type specified.
phpstan / PHP 8.2-ubuntu-latest: packages/database-all/src/Cycle/Migrations/Console/Migration/DownCommand.php#L19
Property A50\Database\Cycle\Migrations\Console\Migration\DownCommand::$defaultName has no type specified.
phpstan / PHP 8.2-ubuntu-latest: packages/database-all/src/Cycle/Migrations/Console/Migration/CreateCommand.php#L14
Property A50\Database\Cycle\Migrations\Console\Migration\CreateCommand::$defaultName has no type specified.
phpstan / PHP 8.2-ubuntu-latest: packages/container-php-di/tests/Unit/Container/ContainerFactoryTest.php#L134
Call to static method PHPUnit\Framework\Assert::assertInstanceOf() with 'A50\\Container\\Tests\\Datasets\\Factory\\SimpleFoo' and A50\Container\Tests\Datasets\AutowireInterfaces\Foo will always evaluate to false.
phpstan / PHP 8.2-ubuntu-latest: packages/container-php-di/tests/Datasets/ExtensionsIsNotCallableServiceProvider.php#L14
Method A50\Container\Tests\Datasets\ExtensionsIsNotCallableServiceProvider::getDefinitions() should return array<string, (callable(): mixed)|string> but returns array{stdClass: stdClass}.
phpstan / PHP 8.2-ubuntu-latest: packages/container-php-di/tests/Datasets/DefinitionsIsNotCallableServiceProvider.php#L14
Method A50\Container\Tests\Datasets\DefinitionsIsNotCallableServiceProvider::getDefinitions() should return array<string, (callable(): mixed)|string> but returns array{stdClass: stdClass}.
phpstan / PHP 8.2-ubuntu-latest: packages/command-bus/src/CommandBusConfig.php#L18
Method A50\CommandBus\CommandBusConfig::__construct() has parameter $middlewares with no value type specified in iterable type array.
phpstan / PHP 8.2-ubuntu-latest: packages/command-bus/src/CommandBusConfig.php#L18
Method A50\CommandBus\CommandBusConfig::__construct() has parameter $handlersMap with no value type specified in iterable type array.