]> git.mxchange.org Git - friendica.git/blobdiff - src/Util/Arrays.php
Renamed function
[friendica.git] / src / Util / Arrays.php
index f4f53245dad63acbb91e046baf7619ff188d1f53..1103580139c0bc45bf9a5618c8694b50e15c0a00 100644 (file)
@@ -1,8 +1,24 @@
 <?php
 /**
- * @file src/Util/Arrays.php
- * @author Roland Haeder<https://f.haeder.net/profile/roland>
+ * @copyright Copyright (C) 2020, Friendica
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
+ *
  */
+
 namespace Friendica\Util;
 
 /**
@@ -18,7 +34,7 @@ class Arrays
        }
 
        /**
-        * @briefs Implodes recursively a multi-dimensional array where a normal implode() will fail.
+        * Implodes recursively a multi-dimensional array where a normal implode() will fail.
         *
         * @param array  $array Array to implode
         * @param string $glue  Glue for imploded elements