Skip to content

Commit c6042de

Browse files
Fix CS
1 parent a139ad7 commit c6042de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/Input/FormBasedInputDefinitionFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ private function isFormFieldSupported(FormInterface $field): bool
6363
return true;
6464
}
6565

66-
private function resolveDefaultValue(FormInterface $field): string|bool|int|float|array|null
66+
private function resolveDefaultValue(FormInterface $field): string | bool | int | float | array | null
6767
{
6868
$default = $field->getConfig()->getOption('data', null);
6969

0 commit comments

Comments
 (0)