From: Michael Date: Sat, 5 Nov 2022 22:39:15 +0000 (+0000) Subject: "arrat" to "array" X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=9fa3df3cbf05e78f853f2d8343006cb23d619eb0;p=friendica.git "arrat" to "array" --- diff --git a/src/Content/Text/BBCode.php b/src/Content/Text/BBCode.php index 86d8c6ac87..2ed4e57b3c 100644 --- a/src/Content/Text/BBCode.php +++ b/src/Content/Text/BBCode.php @@ -1305,7 +1305,7 @@ class BBCode /** * Callback: Expands links from given $match array * - * @param arrat $match Array with link match + * @param array $match Array with link match * @return string BBCode */ private static function expandLinksCallback(array $match): string @@ -1320,7 +1320,7 @@ class BBCode /** * Callback: Cleans picture links * - * @param arrat $match Array with link match + * @param array $match Array with link match * @return string BBCode */ private static function cleanPictureLinksCallback(array $match): string