Add new Migrate command #537
Annotations
6 errors and 1 warning
Run phpstan:
src/Db/Adapter/PhinxAdapter.php#L755
Method Migrations\Db\Adapter\PhinxAdapter::getConnection() should return PDO but returns Cake\Database\Connection.
|
Run phpstan
Process completed with exit code 1.
|
Run phpcs
Process completed with exit code 127.
|
Run psalm:
src/Db/Adapter/PhinxAdapter.php#L751
src/Db/Adapter/PhinxAdapter.php:751:16: InvalidReturnType: The declared return type 'PDO' for Migrations\Db\Adapter\PhinxAdapter::getConnection is incorrect, got 'Cake\Database\Connection' (see https://psalm.dev/011)
|
Run psalm:
src/Db/Adapter/PhinxAdapter.php#L755
src/Db/Adapter/PhinxAdapter.php:755:16: InvalidReturnStatement: The inferred type 'Cake\Database\Connection' does not match the declared return type 'PDO' for Migrations\Db\Adapter\PhinxAdapter::getConnection (see https://psalm.dev/128)
|
Run psalm
Process completed with exit code 2.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The logs for this run have expired and are no longer available.
Loading