aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/search/sphinx/config_section.php
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2013-09-16 05:20:27 +0200
committerNils Adermann <naderman@naderman.de>2013-09-16 05:20:27 +0200
commitd905358e2be11cc3fe040036b1138e54be7f30dc (patch)
tree50fb4519de4dd74a3bbdc840efbafb94daffbdc0 /phpBB/phpbb/search/sphinx/config_section.php
parent8b8ba3d7ac45447f82fe43e50a0d6c921922d214 (diff)
downloadforums-d905358e2be11cc3fe040036b1138e54be7f30dc.tar
forums-d905358e2be11cc3fe040036b1138e54be7f30dc.tar.gz
forums-d905358e2be11cc3fe040036b1138e54be7f30dc.tar.bz2
forums-d905358e2be11cc3fe040036b1138e54be7f30dc.tar.xz
forums-d905358e2be11cc3fe040036b1138e54be7f30dc.zip
[ticket/11700] Fix leftover backslashes in comments
PHPBB3-11700
Diffstat (limited to 'phpBB/phpbb/search/sphinx/config_section.php')
-rw-r--r--phpBB/phpbb/search/sphinx/config_section.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/phpbb/search/sphinx/config_section.php b/phpBB/phpbb/search/sphinx/config_section.php
index 3a5631ca21..7e6939576b 100644
--- a/phpBB/phpbb/search/sphinx/config_section.php
+++ b/phpBB/phpbb/search/sphinx/config_section.php
@@ -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