]> git.mxchange.org Git - friendica.git/blobdiff - src/Util/Arrays.php
Friendica copyright changed from 2023 to 2034
[friendica.git] / src / Util / Arrays.php
index d99eb4692805dfe94b5b7fb6ea773d2134e60135..36dabf5e16aa07915e77b353db2b5e2cef574749 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -30,7 +30,7 @@ class Arrays
         * Private constructor
         */
        private function __construct() {
-               // Utitlities don't have instances
+               // Utilities don't have instances
        }
 
        /**
@@ -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 = [];