doctrine / data-fixtures

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

Use a more accurate type #416

Closed greg0ire closed 1 year ago

greg0ire commented 1 year ago

getFixtures() doesn't always return instances of OrderedFixtureInterface (for instance if you don't use those at all).

Fixes #414 , and should also fix the build of the bundle (see https://github.com/doctrine/DoctrineFixturesBundle/pull/375 for an example of a broken build)

greg0ire commented 1 year ago

Cc @BafS