doctrine / data-fixtures

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

Make Executor and Purger classes final #457

Closed GromNaN closed 6 months ago

GromNaN commented 6 months ago

By moving this classes to a soft @final in 1.8, we can make them hard final in 2.0 and add types to the properties.

We don't expect any further implementations to be created out of this package.

Related to this outdated PR preparing a v2 #290