Introduce getQueryBuilder aliases for specific database actions #1056
Annotations
10 errors and 2 warnings
src/Phinx/Migration/MigrationInterface.php#L183
Method Phinx\Migration\MigrationInterface::getSelectBuilder() has invalid return type Cake\Database\SelectQuery.
|
src/Phinx/Migration/MigrationInterface.php#L183
PHPDoc tag @return with type Cake\Database\SelectQuery is not subtype of native type Cake\Database\Query\SelectQuery.
|
src/Phinx/Migration/MigrationInterface.php#L194
Method Phinx\Migration\MigrationInterface::getInsertBuilder() has invalid return type Cake\Database\InsertQuery.
|
src/Phinx/Migration/MigrationInterface.php#L194
PHPDoc tag @return with type Cake\Database\InsertQuery is not subtype of native type Cake\Database\Query\InsertQuery.
|
src/Phinx/Migration/MigrationInterface.php#L205
Method Phinx\Migration\MigrationInterface::getUpdateBuilder() has invalid return type Cake\Database\UpdateQuery.
|
src/Phinx/Migration/MigrationInterface.php#L205
PHPDoc tag @return with type Cake\Database\UpdateQuery is not subtype of native type Cake\Database\Query\UpdateQuery.
|
src/Phinx/Migration/MigrationInterface.php#L216
Method Phinx\Migration\MigrationInterface::getDeleteBuilder() has invalid return type Cake\Database\DeleteQuery.
|
src/Phinx/Migration/MigrationInterface.php#L216
PHPDoc tag @return with type Cake\Database\DeleteQuery is not subtype of native type Cake\Database\Query\DeleteQuery.
|
|
|
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/
|
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/
|
The logs for this run have expired and are no longer available.
Loading