getIo()->info($this->trans('commands.config.validate.messages.success')); return 0; } foreach ($valid as $key => $error) { $this->getIo()->warning($key . ': ' . $error); } return 1; } }