8000 Merge remote branch 'kertz/typo_fix' · lidaa/symfony@c631061 · GitHub
[go: up one dir, main page]

Skip to content

Commit c631061

Browse files
committed
Merge remote branch 'kertz/typo_fix'
* kertz/typo_fix: fixed a typo
2 parents fb61ff5 + 26bfa43 commit c631061

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Form/Extension/Core/Type/FieldType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public function getDefaultOptions(array $options)
103103

104104
$class = isset($options['data_class']) ? $options['data_class'] : null;
105105

106-
// If no data class is set explicitely and an object is passed as data,
106+
// If no data class is set explicitly and an object is passed as data,
107107
// use the class of that object as data class
108108
if (!$class && isset($options['data']) && is_object($options['data'])) {
109109
$defaultOptions['data_class'] = $class = get_class($options['data']);

0 commit comments

Comments
 (0)
0