Completed
Push — master ( e9b38e...f91b9b )
by Andreu
06:10 queued 03:38
created
src/Decimal.php 2 patches
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.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 namespace Litipk\BigNumbers;
5 5
 
6 6
 use Litipk\BigNumbers\DecimalConstants as DecimalConstants;
7
-
8 7
 use Litipk\BigNumbers\Errors\InfiniteInputError;
9 8
 use Litipk\BigNumbers\Errors\NaNInputError;
10 9
 use Litipk\BigNumbers\Errors\NotImplementedError;
Please login to merge, or discard this patch.