Completed
Push — feature/admin-showversion ( 4b470d )
by
unknown
8s
created
mysite/code/dataobjects/Addon.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -104,7 +104,7 @@  discard block
 block discarded – undo
104 104
 	/**
105 105
 	 * Remove the effect of code of conduct Helpful Robot measure that we currently don't include in the Supported module definition
106 106
 	 *
107
-	 * @return integer Adjusted Helpful Robot score
107
+	 * @return double Adjusted Helpful Robot score
108 108
 	 */
109 109
 	public function getAdjustedHelpfulRobotScore()
110 110
 	{
@@ -163,7 +163,7 @@  discard block
 block discarded – undo
163 163
 	}
164 164
 
165 165
 	/**
166
-	 * @return array
166
+	 * @return ArrayData
167 167
 	 */
168 168
 	public function HelpfulRobotData()
169 169
 	{
Please login to merge, or discard this patch.