[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
No known key found for this signature in database
GPG key ID: 6A7C328CD66EC21E

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