File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
src/Symfony/Component/Form/Extension/Core/Type Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -178,11 +178,6 @@ public function setDefaultOptions(OptionsResolverInterface $resolver)
178
178
return false !== $ options ['property_path ' ];
179
179
};
180
180
181
- // Compound forms are not displayed inline
182
- $ inline = function (Options $ options ) {
183
- return !$ options ['compound ' ];
184
- };
185
-
186
181
$ resolver ->setDefaults (array (
187
182
'data_class ' => $ dataClass ,
188
183
'empty_data ' => $ emptyData ,
@@ -202,7 +197,6 @@ public function setDefaultOptions(OptionsResolverInterface $resolver)
202
197
'virtual ' => false ,
203
198
'compound ' => true ,
204
199
'translation_domain ' => null ,
205
- 'inline ' => $ inline ,
206
200
));
207
201
208
202
// If data is given, the form is locked to that data
You can’t perform that action at this time.
0 commit comments