doctrine / data-fixtures

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

Make Executor and Purger classes final #457

Closed GromNaN closed 10 months ago

GromNaN commented 10 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