Completed
Branch refactor/142 (8a1d2c)
by Luke
02:46
created
src/CSVelte/IO/BufferStream.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -119,7 +119,7 @@  discard block
 block discarded – undo
119 119
      * Read in the specified amount of characters from the input source
120 120
      *
121 121
      * @param integer Amount of characters to read from input source
122
-     * @return string|boolean The specified amount of characters read from input source
122
+     * @return string|false The specified amount of characters read from input source
123 123
      */
124 124
     public function read($chars)
125 125
     {
@@ -171,7 +171,7 @@  discard block
 block discarded – undo
171 171
     /**
172 172
      * Return the current position within the stream/readable
173 173
      *
174
-     * @return int The current position within readable
174
+     * @return boolean The current position within readable
175 175
      */
176 176
     public function tell()
177 177
     {
Please login to merge, or discard this patch.