Completed
Pull Request — master (#5)
by
unknown
02:49
created
src/Statistics.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -173,7 +173,7 @@
 block discarded – undo
173 173
      *
174 174
      * @param array $values The input values
175 175
      * @param bool $sample Whether or not to compensate for small samples (n - 1), defaults to true
176
-     * @return float|int The variance of values as an integer or float
176
+     * @return double The variance of values as an integer or float
177 177
      * @throws \Oefenweb\Statistics\StatisticsError
178 178
      */
179 179
     public static function variance($values, $sample = true)
Please login to merge, or discard this patch.