Skip to content

Commit 8c1030c

Browse files
committed
Unify how --format is handle by commands
1 parent d131e43 commit 8c1030c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Command/DebugCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,7 @@ private function completeOptions(string $class, CompletionSuggestions $suggestio
272272
$suggestions->suggestValues($resolvedType->getOptionsResolver()->getDefinedOptions());
273273
}
274274

275+
/** @return string[] */
275276
private function getAvailableFormatOptions(): array
276277
{
277278
return (new DescriptorHelper())->getFormats();

0 commit comments

Comments
 (0)