We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -64,7 +64,7 @@ |
||
64 | 64 | preg_match('/Backup failed because(.*?)$/ms', $output, $match); |
65 | 65 | $message = "Backpack\BackupManager -- backup process failed because "; |
66 | 66 | $message .= isset($match[1]) ? $match[1] : ''; |
67 | - Log::error($message . PHP_EOL . $output); |
|
67 | + Log::error($message.PHP_EOL.$output); |
|
68 | 68 | } else { |
69 | 69 | Log::info("Backpack\BackupManager -- backup process has started"); |
70 | 70 | } |