doctrine / DoctrineFixturesBundle

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

Add `return void` annotation to silence deprecation msg #382

Closed PhilETaylor closed 1 year ago

PhilETaylor commented 1 year ago

can you please send a PR to add the @return void annotation? That's enough to express the intent and fix the deprecation.

ref https://github.com/doctrine/DoctrineFixturesBundle/pull/381#issuecomment-1502825960

Used single/one line annotation syntax as proposed elsewhere

//cc @nicolas-grekas

derrabus commented 1 year ago

Thank you!