input, $this->output); $checker->runCheck(FIX_POLICY_PROMPT); $this->output->writeln('Doctor check complete !'); } catch (\Throwable $e) { $this->output->writeln('' . $e->getMessage() . ''); pcntl_signal(SIGINT, SIG_IGN); return 1; } return 0; } }