We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db5e756 commit 368af6bCopy full SHA for 368af6b
src/App/Result.php
@@ -210,7 +210,7 @@ public function backupEnd($backup)
210
* @param array $check
211
*/
212
public function checkStart($check)
213
- {;
+ {
214
$this->backupActive->checkAdd($check);
215
foreach ($this->listeners as $l) {
216
$l->checkStart($check);
src/Log/Mail.php
@@ -155,7 +155,7 @@ public function phpbuEnd(Result $result)
155
->addPart($body, 'text/html');
156
157
$sent = $this->mailer->send($message);
158
- } catch ( \Exception $e ) {
+ } catch (\Exception $e) {
159
throw new Exception($e->getMessage());
160
}
161
if (!$sent) {
0 commit comments