Applied fixes from StyleCI

[ci skip] [skip ci]
This commit is contained in:
James Brooks
2016-08-07 16:10:12 -04:00
committed by StyleCI Bot
parent 7548ae7e58
commit 77409abc5a
76 changed files with 268 additions and 268 deletions
@@ -106,9 +106,9 @@ class SendMaintenanceEmailNotificationHandler
$component = AutoPresenter::decorate($event->incident->component);
$mail = [
'email' => $subscriber->email,
'subject' => trans('cachet.subscriber.email.maintenance.subject', [
'name' => $incident->name,
'email' => $subscriber->email,
'subject' => trans('cachet.subscriber.email.maintenance.subject', [
'name' => $incident->name,
]),
'has_component' => ($event->incident->component) ? true : false,
'component_name' => $component ? $component->name : null,