From 83056df565efc4273de11a052de3838f2e39b7ca Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Tue, 9 Nov 2021 06:23:04 +0100 Subject: [PATCH] Update src/Util/Arrays.php Co-authored-by: Hypolite Petovan --- src/Util/Arrays.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Util/Arrays.php b/src/Util/Arrays.php index d99eb46928..29a96bcc33 100644 --- a/src/Util/Arrays.php +++ b/src/Util/Arrays.php @@ -71,7 +71,7 @@ class Arrays * * @return array the transformed array */ - static public function walkRecursive(array &$array, callable $callback) + public static function walkRecursive(array &$array, callable $callback) { $new_array = [];