]> git.mxchange.org Git - friendica.git/blobdiff - src/Util/Arrays.php
Display interaction data for Diaspora accounts
[friendica.git] / 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 = [];