@@ -26,7 +26,9 @@ |
||
26 | 26 | 'choices_as_values' => true, |
27 | 27 | ]; |
28 | 28 | |
29 | - if($newSort)$sortAttrs['data'] = $newSort; |
|
29 | + if($newSort) { |
|
30 | + $sortAttrs['data'] = $newSort; |
|
31 | + } |
|
30 | 32 | |
31 | 33 | $builder |
32 | 34 | ->add('textQuestion', TextType::class, [ |