Passed
Push — master ( 06020c...274f20 )
by Dāvis
03:41
created
Script/Utils/Helper.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -155,7 +155,7 @@
 block discarded – undo
155 155
         ];
156 156
 
157 157
         foreach ($functions as $key => $function) {
158
-            if(is_numeric($key)){
158
+            if(is_numeric($key)) {
159 159
                 $key = $function;
160 160
                 $function = array_values($function);
161 161
             }
Please login to merge, or discard this patch.