We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a139ad7 commit c6042deCopy full SHA for c6042de
src/Console/Input/FormBasedInputDefinitionFactory.php
@@ -63,7 +63,7 @@ private function isFormFieldSupported(FormInterface $field): bool
63
return true;
64
}
65
66
- private function resolveDefaultValue(FormInterface $field): string|bool|int|float|array|null
+ private function resolveDefaultValue(FormInterface $field): string | bool | int | float | array | null
67
{
68
$default = $field->getConfig()->getOption('data', null);
69
0 commit comments