diff --git a/src/Content/Text/BBCode.php b/src/Content/Text/BBCode.php
index 75f5d506e1..0dbac8b771 100644
--- a/src/Content/Text/BBCode.php
+++ b/src/Content/Text/BBCode.php
@@ -1552,7 +1552,7 @@ class BBCode extends BaseObject
function ($matches) use ($simple_html) {
$matches[1] = self::proxyUrl($matches[1], $simple_html);
$matches[2] = htmlspecialchars($matches[2], ENT_COMPAT);
- return '';
+ return '';
},
$text);