@@ -2,7 +2,6 @@ |
||
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; |
@@ -384,7 +384,7 @@ |
||
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 | /** |