Apply fixes from StyleCI
This commit is contained in:
@@ -123,14 +123,19 @@ class IncidentUpdatePresenter extends BasePresenter implements Arrayable
|
|||||||
{
|
{
|
||||||
switch ($this->wrappedObject->status) {
|
switch ($this->wrappedObject->status) {
|
||||||
case 1: // Investigating
|
case 1: // Investigating
|
||||||
|
|
||||||
return 'icon ion-flag oranges';
|
return 'icon ion-flag oranges';
|
||||||
case 2: // Identified
|
case 2: // Identified
|
||||||
|
|
||||||
return 'icon ion-alert yellows';
|
return 'icon ion-alert yellows';
|
||||||
case 3: // Watching
|
case 3: // Watching
|
||||||
|
|
||||||
return 'icon ion-eye blues';
|
return 'icon ion-eye blues';
|
||||||
case 4: // Fixed
|
case 4: // Fixed
|
||||||
|
|
||||||
return 'icon ion-checkmark greens';
|
return 'icon ion-checkmark greens';
|
||||||
default: // Something actually broke, this shouldn't happen.
|
default: // Something actually broke, this shouldn't happen.
|
||||||
|
|
||||||
return '';
|
return '';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user