diff --git a/appendices/migration74/incompatible.xml b/appendices/migration74/incompatible.xml index c53505f4455a..384c132d970b 100644 --- a/appendices/migration74/incompatible.xml +++ b/appendices/migration74/incompatible.xml @@ -278,7 +278,8 @@ - Potentially others working on object properties as a list. + Potentially others working on object properties as a list, + e.g. array_walk. diff --git a/reference/array/functions/array-walk-recursive.xml b/reference/array/functions/array-walk-recursive.xml index 58360aae6512..71170f555b2c 100644 --- a/reference/array/functions/array-walk-recursive.xml +++ b/reference/array/functions/array-walk-recursive.xml @@ -9,7 +9,7 @@ &reftitle.description; boolarray_walk_recursive - arrayarray + arrayobjectarray callablecallback mixeduserdata&null; diff --git a/reference/array/functions/array-walk.xml b/reference/array/functions/array-walk.xml index 8ad3c398b000..e5e24d141ee4 100644 --- a/reference/array/functions/array-walk.xml +++ b/reference/array/functions/array-walk.xml @@ -9,7 +9,7 @@ &reftitle.description; boolarray_walk - arrayarray + arrayobjectarray callablecallback mixeduserdata&null;