mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/15970] Add empty line before event docblock
PHPBB3-15970
This commit is contained in:
parent
8c29ef3188
commit
83774be7a7
1 changed files with 1 additions and 0 deletions
|
@ -99,6 +99,7 @@ class admin_form extends form
|
||||||
$subject = $this->subject;
|
$subject = $this->subject;
|
||||||
$body = $this->body;
|
$body = $this->body;
|
||||||
$errors = $this->errors;
|
$errors = $this->errors;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* You can use this event to modify subject and/or body and add new errors.
|
* You can use this event to modify subject and/or body and add new errors.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Reference in a new issue