Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/Command/FixtureCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.',
Expand Down
Loading