Class VIPSoft\DoctrineDataFixturesExtension\Extension contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface::process) in vendor/vipsoft/doctrine-data-fixtures-extension/src/VIPSoft/DoctrineDataFixturesExtension/Extension.php on line 93
/**
* You can modify the container here before it is dumped to PHP code.
*
* @param ContainerBuilder $container
*
* @api
*/
public function process(ContainerBuilder $container)
{
}
Do you want me to send a PR with the fix attached or the cause is elsewhere ?
I'm using those dependancies :
Problem is solved when manually implementing the
Do you want me to send a PR with the fix attached or the cause is elsewhere ?