mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/10714] Use {@inheritDoc} instead of repeating the doc-block
PHPBB3-10714
This commit is contained in:
parent
61cbabb120
commit
a0b35f8e4e
1 changed files with 1 additions and 8 deletions
|
@ -76,14 +76,7 @@ class phpbb_log implements phpbb_log_interface
|
||||||
/**
|
/**
|
||||||
* Adds a log to the database
|
* Adds a log to the database
|
||||||
*
|
*
|
||||||
* @param string $mode The mode defines which log_type is used and in which log the entry is displayed.
|
* {@inheritDoc}
|
||||||
* @param int $user_id User ID of the user
|
|
||||||
* @param string $log_ip IP address of the user
|
|
||||||
* @param string $log_operation Name of the operation
|
|
||||||
* @param int $log_time Timestamp when the log was added.
|
|
||||||
* @param array $additional_data More arguments can be added, depending on the log_type
|
|
||||||
*
|
|
||||||
* @return int|bool Returns the log_id, if the entry was added to the database, false otherwise.
|
|
||||||
*/
|
*/
|
||||||
public function add($mode, $user_id, $log_ip, $log_operation, $log_time = false, $additional_data = array())
|
public function add($mode, $user_id, $log_ip, $log_operation, $log_time = false, $additional_data = array())
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue