Passed
Push — master ( 8db063...3a6957 )
by Amin
03:31
created
src/Utiles.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
         foreach ($array as $key => $value) {
47 47
             if(is_string($key)){
48 48
                 array_push($new, $start_with . $key, $value);
49
-            }else{
49
+            } else{
50 50
                 $new = null;
51 51
                 break;
52 52
             }
Please login to merge, or discard this patch.