Completed
Push — master ( 8ed409...437507 )
by Aydin
02:28
created
src/Terminal/WindowsTerminal.php 1 patch
Doc Comments   +4 added lines, -4 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
     {
@@ -119,7 +119,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.