@@ -151,7 +151,7 @@ |
||
151 | 151 | * @access protected |
152 | 152 | * @static |
153 | 153 | * |
154 | - * @return true on success. |
|
154 | + * @return boolean on success. |
|
155 | 155 | */ |
156 | 156 | protected static function setCsvHeaderColumns() |
157 | 157 | { |
@@ -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 | { |