Passed
Push — main ( 936852...10149e )
by Thierry
15:09
created
src/Service/Meeting/Saving/SavingService.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -115,8 +115,7 @@
 block discarded – undo
115 115
             {
116 116
                 $saving->fund()->associate($fund);
117 117
             }
118
-        }
119
-        else
118
+        } else
120 119
         {
121 120
             $saving->fund()->dissociate();
122 121
         }
Please login to merge, or discard this patch.