From 2edc94f08499ee89b398a7ced2e670bae6123034 Mon Sep 17 00:00:00 2001 From: mscherer Date: Tue, 15 Apr 2025 01:41:23 +0200 Subject: [PATCH] Fix up fields command option. --- src/Command/FixtureCommand.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Command/FixtureCommand.php b/src/Command/FixtureCommand.php index f8e0a1af..b461cef2 100644 --- a/src/Command/FixtureCommand.php +++ b/src/Command/FixtureCommand.php @@ -79,7 +79,6 @@ public function buildOptionParser(ConsoleOptionParser $parser): ConsoleOptionPar 'default' => '1', ])->addOption('fields', [ 'help' => 'Create a fixture that includes the deprecated $fields property.', - 'short' => 'f', 'boolean' => true, ])->addOption('schema', [ 'help' => 'Create a fixture that imports schema, instead of dumping a schema snapshot into the fixture.',