]> git.mxchange.org Git - friendica.git/blobdiff - src/Util/Arrays.php
Remove unused dependency
[friendica.git] / src / Util / Arrays.php
index f4f53245dad63acbb91e046baf7619ff188d1f53..e2ba412ca66bde7ea3c1e63e86c3adc0546cc972 100644 (file)
@@ -18,7 +18,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