Completed
Push — master ( e78337...71fc18 )
by Aydin
11s
created
src/CliMenu.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -384,7 +384,7 @@
 block discarded – undo
384 384
         }
385 385
 
386 386
         unset($this->items[$key]);
387
-	    $this->items =array_values($this->items);
387
+        $this->items =array_values($this->items);
388 388
     }
389 389
 
390 390
     /**
Please login to merge, or discard this patch.