PHPstan analysis.

This commit is contained in:
2023-05-26 13:04:15 +00:00
parent acd209b351
commit 4c8f71d9d8
8 changed files with 264 additions and 55 deletions

View File

@ -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();