mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/16955] Clean up code in db classes
PHPBB3-16955
This commit is contained in:
@@ -31,7 +31,7 @@ interface tool_interface
|
||||
* First argument is the original call to the class (e.g. add, remove)
|
||||
* After the first argument, send the original arguments to the function in the original call
|
||||
*
|
||||
* @return null
|
||||
* @return mixed|null Return of function call or null if no valid function call found
|
||||
*/
|
||||
public function reverse();
|
||||
}
|
||||
|
Reference in New Issue
Block a user