mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/11700] Fix a few more comments
PHPBB3-11700
This commit is contained in:
@@ -80,7 +80,7 @@ class config implements \phpbb\db\migration\tool\tool_interface
|
||||
* current config value
|
||||
*
|
||||
* @param string $compare If equal to the current config value, will be
|
||||
* updated to the new \config value, otherwise not
|
||||
* updated to the new config value, otherwise not
|
||||
* @param string $config_name The name of the config setting you would
|
||||
* like to update
|
||||
* @param mixed $config_value The value of the config setting
|
||||
|
@@ -131,7 +131,7 @@ class module implements \phpbb\db\migration\tool\tool_interface
|
||||
/**
|
||||
* Module Add
|
||||
*
|
||||
* Add a new \module
|
||||
* Add a new module
|
||||
*
|
||||
* @param string $class The module class(acp|mcp|ucp)
|
||||
* @param int|string $parent The parent module_id|module_langname (0 for no parent)
|
||||
|
@@ -238,7 +238,7 @@ class permission implements \phpbb\db\migration\tool\tool_interface
|
||||
}
|
||||
|
||||
/**
|
||||
* Add a new \permission role
|
||||
* Add a new permission role
|
||||
*
|
||||
* @param string $role_name The new \role name
|
||||
* @param sting $role_type The type (u_, m_, a_)
|
||||
|
Reference in New Issue
Block a user