@@ -37,7 +37,7 @@ |
||
37 | 37 | } |
38 | 38 | |
39 | 39 | /** |
40 | - * @return float |
|
40 | + * @return integer |
|
41 | 41 | */ |
42 | 42 | public function getKiloBytes() |
43 | 43 | { |
@@ -17,7 +17,7 @@ |
||
17 | 17 | /** |
18 | 18 | * Get all the steps which are measured. |
19 | 19 | * |
20 | - * @return array |
|
20 | + * @return ReferencePoint[] |
|
21 | 21 | */ |
22 | 22 | public function getReferencePoints(); |
23 | 23 |