Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make compatible with latest Phinx version.
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 ```
- Loading branch information