mirror of
https://github.com/danog/math.git
synced 2024-11-30 04:19:31 +01:00
Fix wrongly documented return value
This commit is contained in:
parent
97c7c45c51
commit
f2e4ac3f90
@ -217,7 +217,7 @@ final class BigDecimal extends BigNumber implements \Serializable
|
||||
*
|
||||
* @param BigNumber|number|string $that The divisor. Must be convertible to a BigDecimal.
|
||||
*
|
||||
* @return BigInteger The result.
|
||||
* @return BigDecimal The result.
|
||||
*
|
||||
* @throws ArithmeticException If the divisor is not a valid number, is not convertible to a BigDecimal, is zero,
|
||||
* or the result yields an infinite number of digits.
|
||||
|
Loading…
Reference in New Issue
Block a user