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 091f9ff commit 9854a26Copy full SHA for 9854a26
src/Symfony/Component/Form/FormConfigBuilder.php
@@ -138,7 +138,7 @@ class FormConfigBuilder implements FormConfigBuilderInterface
138
private $data;
139
140
/**
141
- * @var string
+ * @var string|null
142
*/
143
private $dataClass;
144
@@ -181,7 +181,7 @@ class FormConfigBuilder implements FormConfigBuilderInterface
181
* Creates an empty form configuration.
182
*
183
* @param string|int $name The form name
184
- * @param string $dataClass The class of the form's data
+ * @param string|null $dataClass The class of the form's data
185
* @param EventDispatcherInterface $dispatcher The event dispatcher
186
* @param array $options The form options
187
0 commit comments