aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/search
diff options
context:
space:
mode:
authorDhruv <dhruv.goel92@gmail.com>2012-08-14 17:26:12 +0530
committerDhruv <dhruv.goel92@gmail.com>2012-11-09 15:54:31 +0100
commit4172a9d797a707ba728f3d21e8241e74e882c5af (patch)
tree595f33a50f9e269de7100f32f418a22563d3e02f /phpBB/includes/search
parentfd20e73b74aab478ec4bc8cfad4a0d42d0740767 (diff)
downloadforums-4172a9d797a707ba728f3d21e8241e74e882c5af.tar
forums-4172a9d797a707ba728f3d21e8241e74e882c5af.tar.gz
forums-4172a9d797a707ba728f3d21e8241e74e882c5af.tar.bz2
forums-4172a9d797a707ba728f3d21e8241e74e882c5af.tar.xz
forums-4172a9d797a707ba728f3d21e8241e74e882c5af.zip
[ticket/11050] add missing @var
PHPBB3-11050
Diffstat (limited to 'phpBB/includes/search')
-rw-r--r--phpBB/includes/search/fulltext_sphinx.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/includes/search/fulltext_sphinx.php b/phpBB/includes/search/fulltext_sphinx.php
index 5324580272..e20231517a 100644
--- a/phpBB/includes/search/fulltext_sphinx.php
+++ b/phpBB/includes/search/fulltext_sphinx.php
@@ -102,6 +102,7 @@ class phpbb_search_fulltext_sphinx
/**
* Stores the generated content of the sphinx config file
+ * @var string
*/
protected $config_file_data = '';