Completed
Pull Request — master (#66)
by
unknown
14:03
created
src/Decimal.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1409,7 +1409,7 @@
 block discarded – undo
1409 1409
      * @param int $exp_scale Number of $exponent's significative digits
1410 1410
      * @param int $inner_scale ceil($exp_scale*log(10)/log(2))+1;
1411 1411
      *
1412
-     * @return array
1412
+     * @return string
1413 1413
      */
1414 1414
     private static function computeSquareIndex(
1415 1415
         string $exponent_remaining,
Please login to merge, or discard this patch.