Apply fixes from StyleCI

This commit is contained in:
Cachet Bot
2020-07-19 21:59:28 +00:00
committed by StyleCI Bot
parent 4fe7977fce
commit 59fa667afa

View File

@@ -123,14 +123,19 @@ class IncidentUpdatePresenter extends BasePresenter implements Arrayable
{
switch ($this->wrappedObject->status) {
case 1: // Investigating
return 'icon ion-flag oranges';
case 2: // Identified
return 'icon ion-alert yellows';
case 3: // Watching
return 'icon ion-eye blues';
case 4: // Fixed
return 'icon ion-checkmark greens';
default: // Something actually broke, this shouldn't happen.
return '';
}
}