Improvements
- Fixed up Migrations for Phinx 0.13 integration.
The migration bake templates needed adjustement in regards to param/return types
Note: Make sure you updated your migration files in your project to contain all return types for methods before applying this update.
Seed classes:
- public function run()
+ public function run(): void
Migration classes:
- public function change()
+ public function change(): void
Same for up()/down() if in use.
Full Changelog: 3.6.1...3.7.0