Fix tests

This commit is contained in:
Michael 2023-05-10 08:48:21 +00:00
parent c5ca5bfdf8
commit 3554b61508

View File

@ -343,7 +343,7 @@ class Images
* @param string $preview Preview image URL * @param string $preview Preview image URL
* @param string $description * @param string $description
* @return string * @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)) { if (!empty($preview)) {
return '[url=' . $photo . '][img=' . $preview . ']' . $description . '[/img][/url]'; return '[url=' . $photo . '][img=' . $preview . ']' . $description . '[/img][/url]';