mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-20 07:21:30 +02:00
[ticket/16955] Fix most return types in phpdoc
PHPBB3-16955
This commit is contained in:
@@ -63,7 +63,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 update
|
||||
* @param mixed $config_value The value of the config_text setting
|
||||
* @return null
|
||||
* @return void
|
||||
* @throws \phpbb\db\migration\exception
|
||||
*/
|
||||
public function update($config_name, $config_value)
|
||||
|
Reference in New Issue
Block a user