@@ -121,7 +121,7 @@ |
||
121 | 121 | * @param string $needle What to find |
122 | 122 | * @param int $offset Start offset in $haystack |
123 | 123 | * |
124 | - * @return bool|int |
|
124 | + * @return string |
|
125 | 125 | */ |
126 | 126 | protected function findMarker($haystack, $needle, $offset = 0) |
127 | 127 | { |
@@ -140,7 +140,7 @@ discard block |
||
140 | 140 | /** |
141 | 141 | * Return average speed for measurements |
142 | 142 | * |
143 | - * @return double|null |
|
143 | + * @return integer |
|
144 | 144 | */ |
145 | 145 | private function getAverageSpeed() |
146 | 146 | { |
@@ -152,7 +152,7 @@ discard block |
||
152 | 152 | /** |
153 | 153 | * Return current speed in bytes per seconds |
154 | 154 | * |
155 | - * @return float |
|
155 | + * @return integer |
|
156 | 156 | */ |
157 | 157 | public function getCurrentSpeed() |
158 | 158 | { |