diff --git a/phpBB/phpbb/textformatter/s9e/mention_helper.php b/phpBB/phpbb/textformatter/s9e/mention_helper.php index d4b97852f3..1922ede0e5 100644 --- a/phpBB/phpbb/textformatter/s9e/mention_helper.php +++ b/phpBB/phpbb/textformatter/s9e/mention_helper.php @@ -148,7 +148,8 @@ class mention_helper return TextFormatterUtils::replaceAttributes( $xml, 'MENTION', - function ($attributes) use ($profile_urls) { + function ($attributes) use ($profile_urls) + { if (isset($attributes['type']) && isset($attributes['id'])) { $type = $attributes['type'];