doctrine / DoctrineFixturesBundle

Symfony integration for the doctrine/data-fixtures library
MIT License
2.44k stars 201 forks source link

Fixes missing Symfony 7 (BETA3) type-hint for the Command to load the fixtures #406

Closed DavidGarciaCat closed 8 months ago

DavidGarciaCat commented 8 months ago

The source code in branch 4.0.x does not match with the Symfony 7 type-hint requirements to use the bundle's command.

This PR sets them to make sure this bundle is compatible with the framework.

derrabus commented 8 months ago

Didn't we fix that with #402? 🤔

derrabus commented 8 months ago

We did! @greg0ire simply merged up the wrong branch in #407. 😬

Sorry, this PR is redundant. Merging up 3.5.x is the solution.

derrabus commented 8 months ago

see #408

greg0ire commented 8 months ago

Oh yes, sorry!

DavidGarciaCat commented 7 months ago

Cheers, guys!