Skip to content

Commit 368af6b

Browse files
PSR2 coding standard
1 parent db5e756 commit 368af6b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/App/Result.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ public function backupEnd($backup)
210210
* @param array $check
211211
*/
212212
public function checkStart($check)
213-
{;
213+
{
214214
$this->backupActive->checkAdd($check);
215215
foreach ($this->listeners as $l) {
216216
$l->checkStart($check);

src/Log/Mail.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ public function phpbuEnd(Result $result)
155155
->addPart($body, 'text/html');
156156

157157
$sent = $this->mailer->send($message);
158-
} catch ( \Exception $e ) {
158+
} catch (\Exception $e) {
159159
throw new Exception($e->getMessage());
160160
}
161161
if (!$sent) {

0 commit comments

Comments
 (0)