8000
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.
2 parents fb61ff5 + 26bfa43 commit c631061Copy full SHA for c631061
src/Symfony/Component/Form/Extension/Core/Type/FieldType.php
@@ -103,7 +103,7 @@ public function getDefaultOptions(array $options)
103
104
$class = isset($options['data_class']) ? $options['data_class'] : null;
105
106
- // If no data class is set explicitely and an object is passed as data,
+ // If no data class is set explicitly and an object is passed as data,
107
// use the class of that object as data class
108
if (!$class && isset($options['data']) && is_object($options['data'])) {
109
$defaultOptions['data_class'] = $class = get_class($options['data']);
0 commit comments