@@ -38,7 +38,7 @@ discard block |
||
38 | 38 | /** |
39 | 39 | * Add the row number of a row with an error to the analysis statistics. |
40 | 40 | * |
41 | - * @param int $row_number The position of the row with the error in the CSV file. |
|
41 | + * @param integer $rowNumber The position of the row with the error in the CSV file. |
|
42 | 42 | * |
43 | 43 | * @return void |
44 | 44 | */ |
@@ -76,7 +76,7 @@ discard block |
||
76 | 76 | /** |
77 | 77 | * Get the percentage of analysed rows that have had a error with them. |
78 | 78 | * |
79 | - * @return int The percentage. |
|
79 | + * @return double The percentage. |
|
80 | 80 | */ |
81 | 81 | private function getErrorRowPercent() |
82 | 82 | { |