mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 13:28:55 +00:00
[ticket/10714] Add @return null to doc blocks
PHPBB3-10714
This commit is contained in:
parent
31e18f31a6
commit
1539ad7ebe
1 changed files with 4 additions and 0 deletions
|
@ -31,11 +31,15 @@ interface phpbb_log_interface
|
|||
|
||||
/**
|
||||
* This function allows disable the log-system. When add_log is called, the log will not be added to the database.
|
||||
*
|
||||
* @return null
|
||||
*/
|
||||
public function disable();
|
||||
|
||||
/**
|
||||
* This function allows re-enable the log-system.
|
||||
*
|
||||
* @return null
|
||||
*/
|
||||
public function enable();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue