@@ -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 | { |
@@ -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 | { |
@@ -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 | { |
@@ -119,7 +119,7 @@ discard block |
||
119 | 119 | /** |
120 | 120 | * Check if TTY is in canonical mode |
121 | 121 | * |
122 | - * @return bool |
|
122 | + * @return boolean|null |
|
123 | 123 | */ |
124 | 124 | public function isCanonical() |
125 | 125 | { |
@@ -129,7 +129,7 @@ discard block |
||
129 | 129 | /** |
130 | 130 | * Test whether terminal supports colour output |
131 | 131 | * |
132 | - * @return bool |
|
132 | + * @return boolean|null |
|
133 | 133 | */ |
134 | 134 | public function supportsColour() |
135 | 135 | { |