Test Failed
Pull Request — master (#6)
by
unknown
05:31
created
Form/Type/AdditionalFieldsType.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
     {
23 23
 
24 24
         foreach ($options['fields'] as $field) {
25
-            $class = 'Symfony\Component\Form\Extension\Core\Type\\'.$field['type'] .'Type';
25
+            $class = 'Symfony\Component\Form\Extension\Core\Type\\'.$field['type'].'Type';
26 26
 
27 27
             $cssClass = null !== $field['class'] ? $field['class'] : '';
28 28
 
Please login to merge, or discard this patch.