]> git.mxchange.org Git - friendica.git/blobdiff - src/Util/Arrays.php
We now store uncommon endpoints
[friendica.git] / src / Util / Arrays.php
index d99eb4692805dfe94b5b7fb6ea773d2134e60135..b515349520bcd52581dca19629b08c520795e5bb 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -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 = [];