Closed greg0ire closed 1 year ago
getFixtures() doesn't always return instances of OrderedFixtureInterface (for instance if you don't use those at all).
getFixtures()
OrderedFixtureInterface
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)
Cc @BafS
getFixtures()
doesn't always return instances ofOrderedFixtureInterface
(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)