PHPstan analysis.
This commit is contained in:
@ -28,6 +28,7 @@ class CommandBackup extends Command
|
||||
$config = Yaml::parseFile($input->getArgument('config'));
|
||||
} catch (ParseException $e) {
|
||||
$output->writeln('Unable to parse the YAML string: '. $e->getMessage());
|
||||
return Command::FAILURE;
|
||||
}
|
||||
|
||||
$rclone = new Rclone\Rclone();
|
||||
|
Reference in New Issue
Block a user