1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-12 03:34:04 +02:00

[ticket/11700] Fix leftover backslashes in comments

PHPBB3-11700
This commit is contained in:
Nils Adermann
2013-09-16 05:20:27 +02:00
parent 8b8ba3d7ac
commit d905358e2b
13 changed files with 18 additions and 18 deletions

View File

@@ -122,10 +122,10 @@ class config_section
}
/**
* Create a new \variable object and append it to the variable list of this section
* Create a new variable object and append it to the variable list of this section
*
* @param string $name The name for the new \variable
* @param string $value The value for the new \variable
* @param string $name The name for the new variable
* @param string $value The value for the new variable
* @return \phpbb\search\sphinx\config_variable Variable object that was created
*
* @access public