doctrine/DoctrineMigrationsBundle

Symfony deprecation

dannyvw opened this issue · 2 comments

Method "Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface::collect()" might add "void" as a native return type declaration in the future. Do the same in implementation "Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector" now to avoid errors or add an explicit @return annotation to suppress this message.

Do you want to send a PR that does this?