Completed
Pull Request — master (#147)
by Simon
02:05
created
mysite/code/dataobjects/Addon.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -114,7 +114,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.