浏览代码

remove unreachable statement in InflectCommand

Kevin Pfeifer 3 年之前
父节点
当前提交
042939ffda
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      src/Command/InflectCommand.php

+ 0 - 2
src/Command/InflectCommand.php

@@ -164,8 +164,6 @@ class InflectCommand extends Command {
 			default:
 				$this->abort(static::CODE_SUCCESS);
 		}
-
-		throw new StopException('Command aborted', static::CODE_SUCCESS);
 	}
 
 	/**