4.5 - Update bake migration snapshot for builtin backend #702
ci.yml
on: pull_request
Windows - PHP 8.1 & SQL Server
3m 31s
cs-stan
/
Coding Standard & Static Analysis
44s
Matrix: testsuite-linux
Annotations
9 errors and 2 warnings
cs-stan / Coding Standard & Static Analysis:
src/Command/BakeMigrationCommand.php#L82
Parameter #1 $arguments of method Migrations\Util\ColumnParser::parseFields() expects array<int, string>, array<int<min, -1>|int<1, max>, array<int, string>|string> given.
|
cs-stan / Coding Standard & Static Analysis:
src/Command/BakeMigrationCommand.php#L83
Parameter #1 $arguments of method Migrations\Util\ColumnParser::parseIndexes() expects array<int, string>, array<int<min, -1>|int<1, max>, array<int, string>|string> given.
|
cs-stan / Coding Standard & Static Analysis:
src/Command/BakeMigrationCommand.php#L84
Parameter #1 $arguments of method Migrations\Util\ColumnParser::parsePrimaryKey() expects array<int, string>, array<int<min, -1>|int<1, max>, array<int, string>|string> given.
|
cs-stan / Coding Standard & Static Analysis
Process completed with exit code 1.
|
InvalidArgument:
src/Command/BakeMigrationCommand.php#L82
src/Command/BakeMigrationCommand.php:82:46: InvalidArgument: Argument 1 of Migrations\Util\ColumnParser::parseFields expects array<int, string>, but array<int, list<string>|string> provided (see https://psalm.dev/004)
|
InvalidArgument:
src/Command/BakeMigrationCommand.php#L83
src/Command/BakeMigrationCommand.php:83:48: InvalidArgument: Argument 1 of Migrations\Util\ColumnParser::parseIndexes expects array<int, string>, but array<int, list<string>|string> provided (see https://psalm.dev/004)
|
InvalidArgument:
src/Command/BakeMigrationCommand.php#L84
src/Command/BakeMigrationCommand.php:84:54: InvalidArgument: Argument 1 of Migrations\Util\ColumnParser::parsePrimaryKey expects array<int, string>, but array<int, list<string>|string> provided (see https://psalm.dev/004)
|
DeprecatedMethod:
src/Command/SeedCommand.php#L114
src/Command/SeedCommand.php:114:32: DeprecatedMethod: The method Cake\Console\Arguments::getMultipleOption has been marked as deprecated (see https://psalm.dev/001)
|
cs-stan / Coding Standard & Static Analysis
Process completed with exit code 2.
|
Windows - PHP 8.1 & SQL Server
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Windows - PHP 8.1 & SQL Server
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|