Passed
Push — master ( 766c88...35c7de )
by joery
02:50
created
src/Http/Controllers/DscanController.php 1 patch
Braces   +3 added lines, -6 removed lines patch added patch discarded remove patch
@@ -47,8 +47,7 @@  discard block
 block discarded – undo
47 47
                 {
48 48
                    // Increment it
49 49
                    $ship_types[$ships[$shipName][0]]++;                        
50
-                }
51
-                else
50
+                } else
52 51
                 {
53 52
                     $ship_types[$ships[$shipName][0]] = 1;                        
54 53
                 }
@@ -58,8 +57,7 @@  discard block
 block discarded – undo
58 57
                 {
59 58
                    // Increment it
60 59
                    $ship_classes[$ships[$shipName][1]]++;                     
61
-                }
62
-                else
60
+                } else
63 61
                 {
64 62
                     $ship_classes[$ships[$shipName][1]] = 1;                        
65 63
                 }
@@ -69,8 +67,7 @@  discard block
 block discarded – undo
69 67
                 {
70 68
                    // Increment it
71 69
                    $ship_names[$shipName]++;
72
-                }
73
-                else
70
+                } else
74 71
                 {
75 72
                     $ship_names[$shipName] = 1;
76 73
                 }
Please login to merge, or discard this patch.