Completed
Pull Request — master (#25)
by Vincent
04:45 queued 01:05
created
src/CliMenuBuilder.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -361,7 +361,7 @@
 block discarded – undo
361 361
     }
362 362
 
363 363
     /**
364
-     * @return array
364
+     * @return SelectableItem[]
365 365
      */
366 366
     private function getDefaultItems()
367 367
     {
Please login to merge, or discard this patch.
src/Terminal/WindowsTerminal.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
src/CliMenu.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -202,7 +202,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.