X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FUtil%2FArrays.php;h=1103580139c0bc45bf9a5618c8694b50e15c0a00;hb=018abb4d1dfbe0bf29b441dce281d89a437075b4;hp=f4f53245dad63acbb91e046baf7619ff188d1f53;hpb=af88c2daa34e39cb6430abf64d0648665bfeb9cd;p=friendica.git diff --git a/src/Util/Arrays.php b/src/Util/Arrays.php index f4f53245da..1103580139 100644 --- a/src/Util/Arrays.php +++ b/src/Util/Arrays.php @@ -1,8 +1,24 @@ + * @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; /** @@ -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