Skip to content
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
You switched accounts on another tab or window. Reload to refresh your session.
Dismiss alert
File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/Symfony/Component/Form/Extension/Core/Type Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ public function getDefaultOptions(array $options)
103
103
104
104
$ class = isset ($ options ['data_class ' ]) ? $ options ['data_class ' ] : null ;
105
105
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,
107
107
// use the class of that object as data class
108
108
if (!$ class && isset ($ options ['data ' ]) && is_object ($ options ['data ' ])) {
109
109
$ defaultOptions ['data_class ' ] = $ class = get_class ($ options ['data ' ]);
You can’t perform that action at this time.
0 commit comments