Overrides OutputInterface::getFormatter
public function getFormatter() : OutputFormatterInterface { // to comply with the interface we must return a OutputFormatterInterface return $this->formatter ??= new NullOutputFormatter(); }