Completed
Push — master ( 270d64...e73b37 )
by Pierce
11s
created
src/Quartile.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -21,7 +21,6 @@  discard block
 block discarded – undo
21 21
     /**
22 22
      * Calculate the quartiles
23 23
      *
24
-     * @param array $this->scores
25 24
      * @return array
26 25
      */
27 26
     public function getQuartiles()
@@ -44,7 +43,7 @@  discard block
 block discarded – undo
44 43
      * Use the params to work out the quartile specific to this $array
45 44
      *
46 45
      * @param $array
47
-     * @param $quartilePlace
46
+     * @param double $quartilePlace
48 47
      * @return float
49 48
      */
50 49
     public function getQuartile($array, $quartilePlace)
Please login to merge, or discard this patch.