doctrine / data-fixtures

Doctrine2 ORM Data Fixtures Extensions
http://www.doctrine-project.org
MIT License
2.78k stars 224 forks source link

Version 2: Make executors and purgers final #290

Closed dbu closed 10 months ago

dbu commented 6 years ago

This is a follow up to #289 (and will show the changes from #289 until it is merged) to make purgers and executors final and add return type and method type declarations where possible. i also remove pointless phpdoc comments.

This bumps the version to 2 - i suggest to keep this open and wait with merging until you feel ready to start the 2.0 version.

Ocramius commented 6 years ago

Looking good from here. Something went completely sideways with composer update though. Also, do we want to stop improvements on the 1.x series, @doctrine/doctrinecore?

dbu commented 6 years ago

i rebased on master, now the diff is better readable.

i just noticed that there is a 2.0 branch with lots of commits, but also way behind master... shall i change this MR to go against the 2.0 branch? shall i cherry-pick this change, or does somebody want to first merge master into 2.0 to have it more up to date?

or should we create a 1.3 maintenance branch from master and then merge 2.0 to master to get 2.0 rolling?

Ocramius commented 6 years ago

@dbu that depends on @guilhermeblanco: he worked a lot on fixtures 2.x, but we never got to push it through...

derrabus commented 10 months ago

Closing in favor of #458.