]> git.mxchange.org Git - friendica.git/commitdiff
Fix tests
authorMichael <heluecht@pirati.ca>
Wed, 10 May 2023 08:48:21 +0000 (08:48 +0000)
committerMichael <heluecht@pirati.ca>
Wed, 10 May 2023 08:48:21 +0000 (08:48 +0000)
src/Util/Images.php

index 90c2aae9db987a59cf4de88262df3d97faea12b5..f468e69c2de1a65a00bd8587a184d81fe9daa47f 100644 (file)
@@ -343,7 +343,7 @@ class Images
         * @param string $preview Preview image URL
         * @param string $description
         * @return string
-        */     public static function getBBCodeByUrl(string $photo, string $preview = null, string $description = ''): string
+        */     public static function getBBCodeByUrl(string $photo, string $preview = null, string $description = null): string
        {
                if (!empty($preview)) {
                        return '[url=' . $photo . '][img=' . $preview . ']' . $description . '[/img][/url]';