[ticket/314] Fix function and method comments

This commit is contained in:
Marc Alexander
2014-08-17 22:26:21 +02:00
parent ed33e19f4b
commit 39a14ea788
5 changed files with 22 additions and 6 deletions

View File

@@ -530,6 +530,9 @@ class v210_beta1 extends \phpbb\db\migration\migration
/**
* Set config value. Creates missing config entry.
* Only use this if your config value might exceed 255 characters, otherwise please use set_config
*
* @param string $config_name Name of config entry to add or update
* @param mixed $config_value Value of config entry to add or update
*/
private function set_portal_config($config_name, $config_value)
{