Browse Source

remove unreachable statement in InflectCommand

Kevin Pfeifer 3 years ago
parent
commit
042939ffda
1 changed files with 0 additions and 2 deletions
  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);
 	}
 
 	/**