Completed
Push — master ( 22043b...4546de )
by Bill
8s
created
src/Codor/Sniffs/ControlStructures/NoElseSniff.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
 {
13 13
     public function register()
14 14
     {
15
-        return [T_ELSE, T_ELSEIF];
15
+        return [ T_ELSE, T_ELSEIF ];
16 16
     }
17 17
 
18 18
     /**
Please login to merge, or discard this patch.