aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/brick/math/src/Exception/IntegerOverflowException.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/brick/math/src/Exception/IntegerOverflowException.php')
-rw-r--r--vendor/brick/math/src/Exception/IntegerOverflowException.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/vendor/brick/math/src/Exception/IntegerOverflowException.php b/vendor/brick/math/src/Exception/IntegerOverflowException.php
index e0b07d3c7..c73b49097 100644
--- a/vendor/brick/math/src/Exception/IntegerOverflowException.php
+++ b/vendor/brick/math/src/Exception/IntegerOverflowException.php
@@ -12,10 +12,6 @@ use Brick\Math\BigInteger;
class IntegerOverflowException extends MathException
{
/**
- * @param BigInteger $value
- *
- * @return IntegerOverflowException
- *
* @psalm-pure
*/
public static function toIntOverflow(BigInteger $value) : IntegerOverflowException