浏览代码

Remove some deprecations.

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

+ 1 - 3
src/Command/InflectCommand.php

@@ -51,9 +51,7 @@ class InflectCommand extends Command {
 		$parser = parent::buildOptionParser($parser);
 
 		$parser->addArgument('word');
-		$parser->addArgument('action', [
-			'default' => 'all',
-		]);
+		$parser->addArgument('action');
 
 		return $parser;
 	}