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 eb7f466 commit ff23e05Copy full SHA for ff23e05
src/Symfony/Component/Form/FormConfigBuilder.php
@@ -53,8 +53,8 @@ class FormConfigBuilder implements FormConfigBuilderInterface
53
private mixed $data = null;
54
private ?string $dataClass;
55
private bool $dataLocked = false;
56
- private ?FormFactoryInterface $formFactory = null;
57
- private string $action;
+ private FormFactoryInterface $formFactory;
+ private string $action = '';
58
private string $method = 'POST';
59
private RequestHandlerInterface $requestHandler;
60
private bool $autoInitialize = false;
0 commit comments