aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/search/sphinx
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb/search/sphinx')
-rw-r--r--phpBB/phpbb/search/sphinx/config.php2
-rw-r--r--phpBB/phpbb/search/sphinx/config_section.php6
-rw-r--r--phpBB/phpbb/search/sphinx/config_variable.php2
3 files changed, 5 insertions, 5 deletions
diff --git a/phpBB/phpbb/search/sphinx/config.php b/phpBB/phpbb/search/sphinx/config.php
index 8462298e01..262d6008cc 100644
--- a/phpBB/phpbb/search/sphinx/config.php
+++ b/phpBB/phpbb/search/sphinx/config.php
@@ -63,7 +63,7 @@ class config
}
/**
- * Appends a new \empty section to the end of the config
+ * Appends a new empty section to the end of the config
*
* @param string $name The name for the new section
* @return \phpbb\search\sphinx\config_section The newly created section object
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
diff --git a/phpBB/phpbb/search/sphinx/config_variable.php b/phpBB/phpbb/search/sphinx/config_variable.php
index afe4190068..c8f40bfb5f 100644
--- a/phpBB/phpbb/search/sphinx/config_variable.php
+++ b/phpBB/phpbb/search/sphinx/config_variable.php
@@ -28,7 +28,7 @@ class config_variable
private $comment;
/**
- * Constructs a new \variable object
+ * Constructs a new variable object
*
* @param string $name Name of the variable
* @param string $value Value of the variable