@@ -361,7 +361,7 @@ |
||
361 | 361 | } |
362 | 362 | |
363 | 363 | /** |
364 | - * @return array |
|
364 | + * @return SelectableItem[] |
|
365 | 365 | */ |
366 | 366 | private function getDefaultItems() |
367 | 367 | { |
@@ -53,7 +53,7 @@ discard block |
||
53 | 53 | /** |
54 | 54 | * Check if TTY is in raw mode |
55 | 55 | * |
56 | - * @return bool |
|
56 | + * @return boolean|null |
|
57 | 57 | */ |
58 | 58 | public function isRaw() |
59 | 59 | { |
@@ -63,7 +63,7 @@ discard block |
||
63 | 63 | /** |
64 | 64 | * Test whether terminal is valid TTY |
65 | 65 | * |
66 | - * @return bool |
|
66 | + * @return boolean|null |
|
67 | 67 | */ |
68 | 68 | public function isTTY() |
69 | 69 | { |
@@ -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 | { |