From 83774be7a7d505d8df921936e57fe6ccc57555c2 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Sun, 31 Mar 2019 21:59:05 +0200 Subject: [PATCH] [ticket/15970] Add empty line before event docblock PHPBB3-15970 --- phpBB/phpbb/message/admin_form.php | 1 + 1 file changed, 1 insertion(+) diff --git a/phpBB/phpbb/message/admin_form.php b/phpBB/phpbb/message/admin_form.php index 5e772e523d..ae1c1d8614 100644 --- a/phpBB/phpbb/message/admin_form.php +++ b/phpBB/phpbb/message/admin_form.php @@ -99,6 +99,7 @@ class admin_form extends form $subject = $this->subject; $body = $this->body; $errors = $this->errors; + /** * You can use this event to modify subject and/or body and add new errors. *