mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-16 13:44:12 +02:00
[ticket/16955] Clean up code in db classes
PHPBB3-16955
This commit is contained in:
@@ -45,7 +45,7 @@ class config_text implements \phpbb\db\migration\tool\tool_interface
|
||||
* @param string $config_name The name of the config_text setting
|
||||
* you would like to add
|
||||
* @param mixed $config_value The value of the config_text setting
|
||||
* @return null
|
||||
* @return void
|
||||
*/
|
||||
public function add($config_name, $config_value)
|
||||
{
|
||||
@@ -81,7 +81,7 @@ class config_text implements \phpbb\db\migration\tool\tool_interface
|
||||
*
|
||||
* @param string $config_name The name of the config_text setting you would
|
||||
* like to remove
|
||||
* @return null
|
||||
* @return void
|
||||
*/
|
||||
public function remove($config_name)
|
||||
{
|
||||
|
Reference in New Issue
Block a user