doctrine / migrations

Doctrine Database Migrations Library
https://www.doctrine-project.org/projects/migrations.html
MIT License
4.68k stars 385 forks source link

Remove overrides of deprecated static Command properties #1370

Closed derrabus closed 11 months ago

derrabus commented 11 months ago
Q A
Type improvement
BC Break yes
Fixed issues Replaces #1368

Summary

Since we use the AsCommand attribute, we don't need to override $defaultName anymore. Since downstream code might rely on those properties to be present, I'm removing them on the next major.