Correcting getGlobalSchemaName to use the correct schema #611
Annotations
7 errors and 1 warning
src/Migration/Manager.php#L800
src/Migration/Manager.php:800:17: ArgumentTypeCoercion: Argument 1 of Cake\Console\ConsoleIo::verbose expects list<string>|string, but parent type array<array-key, non-empty-string> provided (see https://psalm.dev/193)
|
src/Shim/OutputAdapter.php#L42
src/Shim/OutputAdapter.php:42:24: ArgumentTypeCoercion: Argument 1 of Cake\Console\ConsoleIo::out expects list<string>|string, but parent type array<array-key, mixed>|string provided (see https://psalm.dev/193)
|
src/Shim/OutputAdapter.php#L53
src/Shim/OutputAdapter.php:53:24: ArgumentTypeCoercion: Argument 1 of Cake\Console\ConsoleIo::out expects list<string>|string, but parent type array<array-key, mixed>|string provided (see https://psalm.dev/193)
|
src/TestSuite/Migrator.php#L162
src/TestSuite/Migrator.php:162:56: ArgumentTypeCoercion: Argument 2 of Cake\TestSuite\ConnectionHelper::truncateTables expects list<string>|null, but parent type non-empty-array<array-key, string> provided (see https://psalm.dev/193)
|
src/TestSuite/Migrator.php#L232
src/TestSuite/Migrator.php:232:52: ArgumentTypeCoercion: Argument 2 of Cake\TestSuite\ConnectionHelper::dropTables expects list<string>|null, but parent type non-empty-array<array-key, string> provided (see https://psalm.dev/193)
|
src/TestSuite/Migrator.php#L237
src/TestSuite/Migrator.php:237:56: ArgumentTypeCoercion: Argument 2 of Cake\TestSuite\ConnectionHelper::truncateTables expects list<string>|null, but parent type non-empty-array<array-key, string> provided (see https://psalm.dev/193)
|
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
This job failed
Loading