Passed
Push — master ( 0cd8c1...21e99f )
by George
03:10
created
src/Analyse/Statistics.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.