setName('doctrine:cache:clear-result') ->setDescription('Clears result cache for an entity manager'); if ($this->getDefinition()->hasOption('em')) { return; } $this->addOption('em', null, InputOption::VALUE_OPTIONAL, 'The entity manager to use for this command'); } }