@@ -114,7 +114,7 @@ discard block |
||
| 114 | 114 | /** |
| 115 | 115 | * Remove the effect of code of conduct Helpful Robot measure that we currently don't include in the Supported module definition |
| 116 | 116 | * |
| 117 | - * @return integer Adjusted Helpful Robot score |
|
| 117 | + * @return double Adjusted Helpful Robot score |
|
| 118 | 118 | */ |
| 119 | 119 | public function getAdjustedHelpfulRobotScore() |
| 120 | 120 | { |
@@ -202,7 +202,7 @@ discard block |
||
| 202 | 202 | * Calculate the total amount of downloads per day |
| 203 | 203 | * Based on the total amount of downloads divided by the age of the addon |
| 204 | 204 | * |
| 205 | - * @return float |
|
| 205 | + * @return integer |
|
| 206 | 206 | */ |
| 207 | 207 | public function getRelativePopularity() |
| 208 | 208 | { |