doctrine / DoctrineFixturesBundle

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

add return types to LoadDataFixturesDoctrineCommand.php #400

Closed tacman closed 8 months ago

tacman commented 8 months ago

Fixes #399

Is 4.x the right branch? I expected this file to have #[AsCommand()] at the top instead of ->setName(), so maybe I'm on the wrong branch. Is there another branch that support Symfony 7?

greg0ire commented 8 months ago

Have you seen https://github.com/doctrine/DoctrineFixturesBundle/pull/398?

tacman commented 8 months ago

I had not. I need to remember to check pull requests as well as isssues!