]> git.mxchange.org Git - friendica.git/commitdiff
Update src/Util/Arrays.php
authorMichael Vogel <icarus@dabo.de>
Tue, 9 Nov 2021 05:23:04 +0000 (06:23 +0100)
committerGitHub <noreply@github.com>
Tue, 9 Nov 2021 05:23:04 +0000 (06:23 +0100)
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
src/Util/Arrays.php

index d99eb4692805dfe94b5b7fb6ea773d2134e60135..29a96bcc335f4cebdde5515da401bb7f5a28c436 100644 (file)
@@ -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 = [];