From: Michael Vogel Date: Tue, 9 Nov 2021 05:23:04 +0000 (+0100) Subject: Update src/Util/Arrays.php X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=83056df565efc4273de11a052de3838f2e39b7ca;p=friendica.git Update src/Util/Arrays.php Co-authored-by: Hypolite Petovan --- 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 = [];