mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +02:00
[ticket/15970] Add empty line before event docblock
PHPBB3-15970
This commit is contained in:
committed by
Jakub Senko
parent
8c29ef3188
commit
83774be7a7
@@ -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.
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user