Completed
Pull Request — master (#2312)
by
unknown
07:14
created
src/Form/Field/MultipleSelect.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@  discard block
 block discarded – undo
48 48
         }
49 49
 
50 50
         if (is_array($relations)) {
51
-            if(is_null(current($relations))){
51
+            if (is_null(current($relations))) {
52 52
                 $this->value = null;
53 53
             }
54 54
             else if (is_string(current($relations))) {
@@ -70,7 +70,7 @@  discard block
 block discarded – undo
70 70
         }
71 71
 
72 72
         if (is_array($relations)) {
73
-            if(is_null(current($relations))){
73
+            if (is_null(current($relations))) {
74 74
                 $this->original = null;
75 75
             }
76 76
             else if (is_string(current($relations))) {
Please login to merge, or discard this patch.