Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make compatible with latest Phinx version. #658

Merged
merged 1 commit into from
Nov 9, 2023
Merged

Conversation

fr3nch13
Copy link
Contributor

@fr3nch13 fr3nch13 commented Nov 9, 2023

A composer update, updated phinx which caused an error in unit testing:

HP Fatal error:  Declaration of Migrations\Table::addColumn(Phinx\Db\Table\Column|string $columnName, Phinx\Util\Literal|string|null $type, $options = []) must be compatible with Phinx\Db\Table::addColumn(Phinx\Db\Table\Column|string $columnName, Phinx\Util\Literal|string|null $type = null, array $options = []) in vendor/cakephp/migrations/src/Table.php on line 65

A composer update, updated phinx which caused an error in unit testing:
```
HP Fatal error:  Declaration of Migrations\Table::addColumn(Phinx\Db\Table\Column|string $columnName, Phinx\Util\Literal|string|null $type, $options = []) must be compatible with Phinx\Db\Table::addColumn(Phinx\Db\Table\Column|string $columnName, Phinx\Util\Literal|string|null $type = null, array $options = []) in vendor/cakephp/migrations/src/Table.php on line 65
```
@dereuromark dereuromark merged commit 294c13f into cakephp:4.x Nov 9, 2023
@othercorey othercorey added this to the 4.x (CakePHP 5) milestone Nov 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants