output = $output ?? new NullOutput(); } public function getOutput(): OutputInterface { return $this->output; } }