feat: add more packages #18
Annotations
10 errors
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.
|
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/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/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/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/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/Yii/TransactionUsingYii.php#L55
Parameter #1 $closure of method Yiisoft\Db\Connection\ConnectionInterface::transaction() expects Closure(Yiisoft\Db\Connection\ConnectionInterface): mixed, callable(): mixed given.
|
phpstan / PHP 8.2-ubuntu-latest:
packages/database-yii/src/Yii/DatabaseTransactionUsingYiiDB.php#L38
Parameter #1 $closure of method Yiisoft\Db\Connection\ConnectionInterface::transaction() expects Closure(Yiisoft\Db\Connection\ConnectionInterface): mixed, callable(): mixed given.
|
phpstan / PHP 8.2-ubuntu-latest:
packages/database-yii/src/Yii/Repository/YiiDBObjectRepository.php#L24
Method A50\Database\Yii\Repository\YiiDBObjectRepository::save() has parameter $data with no value type specified in iterable type array.
|
phpstan / PHP 8.2-ubuntu-latest:
packages/database-yii/src/Yii/Repository/YiiDBObjectRepository.php#L34
Method A50\Database\Yii\Repository\YiiDBObjectRepository::updateBy() has parameter $criteria with no value type specified in iterable type array.
|