@@ -21,7 +21,6 @@ discard block |
||
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 |
||
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 | */ |