$abbrevs[$abbrev][] =
$name;
} } return $abbrevs;
} public function renderThrowable(\Throwable
$e, OutputInterface
$output): void
{ $output->
writeln('', OutputInterface::VERBOSITY_QUIET
);
$this->
doRenderThrowable($e,
$output);
if (null !==
$this->runningCommand
) { $output->
writeln(sprintf('<info>%s</info>', OutputFormatter::
escape(sprintf($this->runningCommand->
getSynopsis(),
$this->
getName()))), OutputInterface::VERBOSITY_QUIET
);
$output->
writeln('', OutputInterface::VERBOSITY_QUIET
);
} } protected function doRenderThrowable(\Throwable
$e, OutputInterface
$output): void
{ do { $message =
trim($e->
getMessage());