Skip to content

Commit a433d03

Browse files
committed
refactor: cs fix
1 parent bbdb64c commit a433d03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/CLI/CLI.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ public static function promptByMultipleKeys(string $text, array $options): array
318318
if ($opts === []) {
319319
$extraOutput = $extraOutputDefault;
320320
} else {
321-
$optsKey = array_keys($opts);
321+
$optsKey = array_keys($opts);
322322
$extraOutput = '[' . $extraOutputDefault . ', ' . implode(', ', $optsKey) . ']';
323323
$extraOutput = 'You can specify multiple values separated by commas.' . PHP_EOL . $extraOutput;
324324
}

0 commit comments

Comments
 (0)