DoctrineFixturesGeneratorBundle icon indicating copy to clipboard operation
DoctrineFixturesGeneratorBundle copied to clipboard

Fixing incompatible interface

Open dextervip opened this issue 4 years ago • 0 comments

This PR fixes the error below of incompatible interface for Symfony 4+

In DoctrineFixtureGenerator.php line 48:

Argument 2 passed to Webonaute\DoctrineFixturesGeneratorBundle\Generator\DoctrineFixtureGenerator::__construct() must be an instance of Symfony\Bridge\Doctrine\Reg
istryInterface, instance of Doctrine\Bundle\DoctrineBundle\Registry given, called in /var/www/vendor/webonaute/doctrine-fixtures-generator-bundle/Webonaute/Doctrin
eFixturesGeneratorBundle/Command/GenerateDoctrineFixtureCommand.php on line 129

dextervip avatar May 09 '20 15:05 dextervip