mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-29 11:10:18 +02:00
[ticket/12715] Cleanup comments in \phpbb\db\*
PHPBB3-12715
This commit is contained in:
@@ -66,6 +66,7 @@ class config implements \phpbb\db\migration\tool\tool_interface
|
||||
* like to update
|
||||
* @param mixed $config_value The value of the config setting
|
||||
* @return null
|
||||
* @throws \phpbb\db\migration\exception
|
||||
*/
|
||||
public function update($config_name, $config_value)
|
||||
{
|
||||
@@ -87,6 +88,7 @@ class config implements \phpbb\db\migration\tool\tool_interface
|
||||
* like to update
|
||||
* @param mixed $config_value The value of the config setting
|
||||
* @return null
|
||||
* @throws \phpbb\db\migration\exception
|
||||
*/
|
||||
public function update_if_equals($compare, $config_name, $config_value)
|
||||
{
|
||||
|
Reference in New Issue
Block a user