Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
CachetBot authored and StyleCIBot committed Jul 19, 2020
1 parent 4fe7977 commit 59fa667
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/Presenters/IncidentUpdatePresenter.php
Original file line number Diff line number Diff line change
Expand Up @@ -123,14 +123,19 @@ public function icon()
{
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 '';
}
}
Expand Down

0 comments on commit 59fa667

Please sign in to comment.