1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/15970] Add empty line before event docblock

PHPBB3-15970
This commit is contained in:
Marc Alexander
2019-03-31 21:59:05 +02:00
committed by Jakub Senko
parent 8c29ef3188
commit 83774be7a7

View File

@@ -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.
*