Completed
Push — master ( 1a4395...f53a1c )
by Andreu
04:50
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.