[Scrutinizer] Fix Minor issues

This commit is contained in:
Andrés Montañez
2017-01-24 17:32:01 -03:00
parent aa47edbc1b
commit d89aaa8d56
2 changed files with 1 additions and 8 deletions
-5
View File
@@ -32,23 +32,18 @@ class Utils
switch ($stage) {
case Runtime::PRE_DEPLOY:
return 'Pre Deploy';
break;
case Runtime::ON_DEPLOY:
return 'On Deploy';
break;
case Runtime::POST_DEPLOY:
return 'Post Deploy';
break;
case Runtime::ON_RELEASE:
return 'On Release';
break;
case Runtime::POST_RELEASE:
return 'Post Release';
break;
}
return $stage;