Passed
Push — main ( 2e4b10...1f2a96 )
by Thierry
05:42
created
src/Service/Meeting/Saving/SavingService.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -155,8 +155,7 @@
 block discarded – undo
155 155
         if($fund !== null)
156 156
         {
157 157
             $saving->fund()->associate($fund);
158
-        }
159
-        else
158
+        } else
160 159
         {
161 160
             $saving->fund()->dissociate();
162 161
         }
Please login to merge, or discard this patch.