From 07130bf077bbae87f195ace1b9dae740e26f4d12 Mon Sep 17 00:00:00 2001 From: lavigor Date: Mon, 30 Jul 2018 03:03:45 +0300 Subject: [PATCH] [ticket/13713] Fix closure formatting PHPBB3-13713 --- phpBB/phpbb/textformatter/s9e/mention_helper.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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'];