Completed
Push — master ( 9b90b3...6da5c5 )
by Andreu
8s
created
src/Decimal.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1207,7 +1207,7 @@
 block discarded – undo
1207 1207
      * @param  int    $actual_index
1208 1208
      * @param  int    $exp_scale           Number of $exponent's significative digits
1209 1209
      * @param  int    $inner_scale         ceil($exp_scale*log(10)/log(2))+1;
1210
-     * @return array
1210
+     * @return string
1211 1211
      */
1212 1212
     private static function computeSquareIndex(
1213 1213
         string $exponent_remaining,
Please login to merge, or discard this patch.