diff --git a/web/modules/custom/bixal_drush_commands/src/Commands/CustomCommands.php b/web/modules/custom/bixal_drush_commands/src/Commands/CustomCommands.php index 4e316092..453ccc02 100644 --- a/web/modules/custom/bixal_drush_commands/src/Commands/CustomCommands.php +++ b/web/modules/custom/bixal_drush_commands/src/Commands/CustomCommands.php @@ -34,9 +34,6 @@ public function __construct(ConfigFactoryInterface $configFactory, EntityTypeMan $this->entityTypeManager = $entityTypeManager; } - /** - * {@inheritdoc} - */ public static function create(ContainerInterface $container) { return new static( $container->get('config.factory'),