Skip to content

Commit ff23e05

Browse files
committed
fix merge
1 parent eb7f466 commit ff23e05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/Form/FormConfigBuilder.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ class FormConfigBuilder implements FormConfigBuilderInterface
5353
private mixed $data = null;
5454
private ?string $dataClass;
5555
private bool $dataLocked = false;
56-
private ?FormFactoryInterface $formFactory = null;
57-
private string $action;
56+
private FormFactoryInterface $formFactory;
57+
private string $action = '';
5858
private string $method = 'POST';
5959
private RequestHandlerInterface $requestHandler;
6060
private bool $autoInitialize = false;

0 commit comments

Comments
 (0)