@@ -202,7 +202,7 @@ |
||
202 | 202 | /** |
203 | 203 | * Move the selection in a given direction, up / down |
204 | 204 | * |
205 | - * @param $direction |
|
205 | + * @param string $direction |
|
206 | 206 | */ |
207 | 207 | protected function moveSelection($direction) |
208 | 208 | { |
@@ -5,7 +5,6 @@ |
||
5 | 5 | use PhpSchool\CliMenu\Exception\InvalidInstantiationException; |
6 | 6 | use PhpSchool\CliMenu\Exception\InvalidTerminalException; |
7 | 7 | use PhpSchool\CliMenu\MenuItem\LineBreakItem; |
8 | -use PhpSchool\CliMenu\MenuItem\MenuItem; |
|
9 | 8 | use PhpSchool\CliMenu\MenuItem\MenuItemInterface; |
10 | 9 | use PhpSchool\CliMenu\MenuItem\StaticItem; |
11 | 10 | use PhpSchool\CliMenu\Terminal\TerminalFactory; |