Completed
Push — master ( b8269f...162e5e )
by Andreu
05:13 queued 02:55
created
src/Decimal.php 1 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.