Separate column type constants #1282
Annotations
8 errors and 1 warning
UndefinedClass:
src/Schema.php#L340
src/Schema.php:340:33: UndefinedClass: Class, interface or enum named Yiisoft\Db\Sqlite\ColumnType does not exist (see https://psalm.dev/019)
|
MixedArgumentTypeCoercion:
src/Schema.php#L343
src/Schema.php:343:47: MixedArgumentTypeCoercion: Argument 1 of Yiisoft\Db\Sqlite\Schema::loadColumnSchema expects array{cid: string, dflt_value: null|string, name: string, notnull: string, pk: string, precision?: int, scale?: int, size?: int, type: string}, but parent type array{cid: string, dflt_value: null|string, name: string, notnull: string, pk: string, precision?: int, scale?: int, size?: int, type: mixed|string} provided (see https://psalm.dev/194)
|
PHP 8.1
Process completed with exit code 2.
|
PHP 8.3
The job was canceled because "ubuntu-latest_8_1" failed.
|
PHP 8.2
The job was canceled because "ubuntu-latest_8_1" failed.
|
UndefinedClass:
src/Schema.php#L340
src/Schema.php:340:33: UndefinedClass: Class, interface or enum named Yiisoft\Db\Sqlite\ColumnType does not exist (see https://psalm.dev/019)
|
MixedArgumentTypeCoercion:
src/Schema.php#L343
src/Schema.php:343:47: MixedArgumentTypeCoercion: Argument 1 of Yiisoft\Db\Sqlite\Schema::loadColumnSchema expects array{cid: string, dflt_value: null|string, name: string, notnull: string, pk: string, precision?: int, scale?: int, size?: int, type: string}, but parent type array{cid: string, dflt_value: null|string, name: string, notnull: string, pk: string, precision?: int, scale?: int, size?: int, type: mixed|string} provided (see https://psalm.dev/194)
|
PHP 8.2
The operation was canceled.
|
PHP 8.1
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|