Port methods from CakeManager to the new manager #477
ci.yml
on: pull_request
Windows - PHP 8.1 & SQL Server
3m 14s
cs-stan
/
Coding Standard & Static Analysis
51s
Matrix: testsuite-linux
Annotations
13 errors and 2 warnings
cs-stan / Coding Standard & Static Analysis:
src/Migration/Manager.php#L380
Caught class Migrations\Migration\Exception not found.
|
cs-stan / Coding Standard & Static Analysis:
src/Migration/Manager.php#L386
Call to method getMessage() on an unknown class Migrations\Migration\Exception.
|
cs-stan / Coding Standard & Static Analysis
Process completed with exit code 1.
|
cs-stan / Coding Standard & Static Analysis:
src/Migration/Manager.php#L13
Type Phinx\Config\Config is not used in this file.
|
cs-stan / Coding Standard & Static Analysis:
src/Migration/Manager.php#L16
Type Phinx\Console\Command\AbstractCommand is not used in this file.
|
cs-stan / Coding Standard & Static Analysis:
src/Migration/Manager.php#L1264
The closing brace for the class must go on the next line after the body
|
cs-stan / Coding Standard & Static Analysis:
src/Migration/Manager.php#L1264
There must be exactly 0 empty lines before class closing brace.
|
cs-stan / Coding Standard & Static Analysis:
tests/TestCase/Migration/ManagerTest.php#L10
Type Migrations\Test\RawBufferedOutput is not used in this file.
|
cs-stan / Coding Standard & Static Analysis
Process completed with exit code 1.
|
UndefinedClass:
src/Migration/Manager.php#L380
src/Migration/Manager.php:380:22: UndefinedClass: Class, interface or enum named Migrations\Migration\Exception does not exist (see https://psalm.dev/019)
|
UndefinedClass:
src/Migration/Manager.php#L386
src/Migration/Manager.php:386:25: UndefinedClass: Class, interface or enum named Migrations\Migration\Exception does not exist (see https://psalm.dev/019)
|
UnusedBaselineEntry:
src/Migration/Manager.php#L1
src/Migration/Manager.php:0:0: UnusedBaselineEntry: Baseline for issue "RedundantCondition" has 1 extra entry. (see https://psalm.dev/316)
|
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/
|