1
0
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:
Benjamin Morel 2015-07-03 15:52:24 +02:00
parent 97c7c45c51
commit f2e4ac3f90

View File

@ -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.