X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FUtil%2FArrays.php;h=1103580139c0bc45bf9a5618c8694b50e15c0a00;hb=018abb4d1dfbe0bf29b441dce281d89a437075b4;hp=b17dc8bfe9e7b2520268066952a99f408a7364ed;hpb=71ec84f6dc83f753fe80170cfdfd32d202850d90;p=friendica.git diff --git a/src/Util/Arrays.php b/src/Util/Arrays.php index b17dc8bfe9..1103580139 100644 --- a/src/Util/Arrays.php +++ b/src/Util/Arrays.php @@ -1,24 +1,40 @@ + * @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 . + * */ + namespace Friendica\Util; /** - * @brief Array utility class + * Array utility class */ class Arrays { /** - * @brief Private constructor + * Private constructor */ private function __construct () { // Utitlities don't have instances } /** - * @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