diff --git a/reference/math/functions/max.xml b/reference/math/functions/max.xml
index be350a5be0b1..25d2c905b944 100644
--- a/reference/math/functions/max.xml
+++ b/reference/math/functions/max.xml
@@ -61,7 +61,7 @@
- value_array
+ value
An array containing the values.
diff --git a/reference/math/functions/min.xml b/reference/math/functions/min.xml
index b2c03c6ac166..9c787b9fda55 100644
--- a/reference/math/functions/min.xml
+++ b/reference/math/functions/min.xml
@@ -61,7 +61,7 @@
- value_array
+ value
An array containing the values.
diff --git a/reference/math/functions/round.xml b/reference/math/functions/round.xml
index 86e0620ec886..bf60e518aff8 100644
--- a/reference/math/functions/round.xml
+++ b/reference/math/functions/round.xml
@@ -11,7 +11,7 @@
floatround
intfloatnum
intprecision0
- intmodePHP_ROUND_HALF_UP
+ intRoundingModemodeRoundingMode::HalfAwayFromZero
Returns the rounded value of num to
@@ -136,6 +136,14 @@
+
+ 8.4.0
+
+ mode now accepts values from the
+ RoundingMode enum.
+ The default value is now RoundingMode::HalfAwayFromZero.
+
+
8.0.0