public function setOutput(OutputInterface $output) { if ($this->shellHelper instanceof OutputAwareInterface) { $this->shellHelper->setOutput($output); } }