Use new column builder #1280
Annotations
5 errors
|
Static analysis.:
src/MigrationBuilder.php#L210
src/MigrationBuilder.php:210:57: InvalidArgument: Argument 2 of Yiisoft\Db\Command\CommandInterface::createTable expects array<array-key, Yiisoft\Db\Schema\Builder\ColumnInterface|string>, but array<string, Yiisoft\Db\Schema\Column\ColumnSchemaInterface|string> provided (see https://psalm.dev/004)
|
Static analysis.:
src/MigrationBuilder.php#L288
src/MigrationBuilder.php:288:64: PossiblyInvalidArgument: Argument 3 of Yiisoft\Db\Command\CommandInterface::addColumn expects Yiisoft\Db\Schema\Builder\ColumnInterface|string, but possibly different type Yiisoft\Db\Schema\Column\ColumnSchemaInterface|string provided (see https://psalm.dev/092)
|
Static analysis.:
src/MigrationBuilder.php#L355
src/MigrationBuilder.php:355:66: PossiblyInvalidArgument: Argument 3 of Yiisoft\Db\Command\CommandInterface::alterColumn expects Yiisoft\Db\Schema\Builder\ColumnInterface|string, but possibly different type Yiisoft\Db\Schema\Column\ColumnSchemaInterface|string provided (see https://psalm.dev/092)
|
Static analysis.
The operation was canceled.
|
Loading