normalize int|float order

This commit is contained in:
Dennis Eichhorn 2020-02-06 23:54:24 +01:00
parent 75bea7935e
commit 35ebe853f2

View File

@ -14,7 +14,7 @@
*
* @param {string} equation Equation
*
* @return {null|float|int}
* @return {null|int|float}
*
* @since 1.0.0
*/
@ -55,7 +55,7 @@
*
* @param {string} value Value to parse
*
* @return {float|int}
* @return {int|float}
*
* @since 1.0.0
*/