@@ -86,8 +86,6 @@ |
||
| 86 | 86 | * |
| 87 | 87 | * @param string|int|float|DecimalValue $number |
| 88 | 88 | * @param string $unit |
| 89 | - * @param string|int|float|DecimalValue|null $upperBound |
|
| 90 | - * @param string|int|float|DecimalValue|null $lowerBound |
|
| 91 | 89 | * |
| 92 | 90 | * @return self |
| 93 | 91 | */ |
@@ -3,7 +3,6 @@ |
||
| 3 | 3 | namespace DataValues; |
| 4 | 4 | |
| 5 | 5 | use InvalidArgumentException; |
| 6 | -use LogicException; |
|
| 7 | 6 | |
| 8 | 7 | /** |
| 9 | 8 | * Class representing a quantity with associated unit. |