Passed
Push — master ( d093e3...81fa39 )
by Dāvis
03:13 queued 25s
created
Script/Utils/Helper.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -108,7 +108,7 @@
 block discarded – undo
108 108
         // @formatter:on
109 109
 
110 110
         $sum = 0;
111
-        foreach($calculations as $key => $calculation){
111
+        foreach($calculations as $key => $calculation) {
112 112
             $sum += ($personCode[$key] * $calculation);
113 113
         }
114 114
 
Please login to merge, or discard this patch.