Completed
Push — master ( e78337...71fc18 )
by Aydin
11s
created
src/CliMenu.php 2 patches
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace PhpSchool\CliMenu;
4 4
 
5
-use PhpSchool\CliMenu\Exception\InvalidInstantiationException;
6 5
 use PhpSchool\CliMenu\Exception\InvalidTerminalException;
7 6
 use PhpSchool\CliMenu\Exception\MenuNotOpenException;
8 7
 use PhpSchool\CliMenu\MenuItem\LineBreakItem;
Please login to merge, or discard this 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.