Completed
Push — master ( 858bee...ca95b0 )
by Pavel
10s
created
src/AppBundle/Form/QuestionType.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,9 @@
 block discarded – undo
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, [
Please login to merge, or discard this patch.