Skip to content

Commit e6705e8

Browse files
committed
Fight to PHPCS
1 parent f50a9d1 commit e6705e8

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/Notifier.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@ public function buildNotice($exc)
3838
if (!empty($this->opt['notifications'])) {
3939
$notice['notifications'] = $this->opt['notifications'];
4040
}
41-
41+
4242
foreach ($notice['errors'] as $key => $error) {
4343
$notice['errors'][$key]['type'] = strtolower(str_replace('Airbrake\\Errors\\', '', $error['type']));
4444
}
4545

4646
return $notice;
4747
}
48-
48+
4949
/**
5050
* sendNotice
5151
*
@@ -74,5 +74,4 @@ protected function postNotice($url, $notice)
7474
]);
7575
return $response->getStatusCode() === 201;
7676
}
77-
7877
}

0 commit comments

Comments
 (0)