Completed
Push — master ( f5cf3a...270d64 )
by Pierce
12s
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 $scores
25 24
      *
26 25
      * @return array
27 26
      */
@@ -45,7 +44,7 @@  discard block
 block discarded – undo
45 44
      * Use the params to work out the quartile specific to this $array
46 45
      *
47 46
      * @param $array
48
-     * @param $quartilePlace
47
+     * @param double $quartilePlace
49 48
      *
50 49
      * @return float
51 50
      */
Please login to merge, or discard this patch.