@@ -302,7 +302,7 @@ |
||
| 302 | 302 | |
| 303 | 303 | protected function getFormType($name) |
| 304 | 304 | { |
| 305 | - if(method_exists('Symfony\Component\Form\AbstractType', 'getBlockPrefix')) { |
|
| 305 | + if (method_exists('Symfony\Component\Form\AbstractType', 'getBlockPrefix')) { |
|
| 306 | 306 | return $this->formTypeMap[$name]; |
| 307 | 307 | } |
| 308 | 308 | |