@@ -221,8 +221,8 @@ |
||
221 | 221 | } |
222 | 222 | |
223 | 223 | /** |
224 | - * @param $a |
|
225 | - * @param $b |
|
224 | + * @param ImmutableNumber $a |
|
225 | + * @param NumberInterface $b |
|
226 | 226 | * |
227 | 227 | * @return NumberInterface |
228 | 228 | */ |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Samsara\Fermat\Types; |
4 | 4 | |
5 | -use Samsara\Exceptions\UsageError\IntegrityConstraint; |
|
6 | 5 | use Samsara\Fermat\Numbers; |
7 | 6 | use Samsara\Fermat\Types\Base\FractionInterface; |
8 | 7 | use Samsara\Fermat\Types\Base\NumberInterface; |