Completed
Push — master ( 970ac3...b8269f )
by Andreu
03:42 queued 10s
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   -2 removed lines patch added patch discarded remove patch
@@ -3,9 +3,7 @@
 block discarded – undo
3 3
 namespace Litipk\BigNumbers;
4 4
 
5 5
 use Litipk\BigNumbers\DecimalConstants as DecimalConstants;
6
-
7 6
 use Litipk\BigNumbers\Errors\NotImplementedError;
8
-use Litipk\Exceptions\InvalidArgumentTypeException as InvalidArgumentTypeException;
9 7
 
10 8
 /**
11 9
  * Immutable object that represents a rational number
Please login to merge, or discard this patch.