aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes')
-rw-r--r--phpBB/includes/search/fulltext_native.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/includes/search/fulltext_native.php b/phpBB/includes/search/fulltext_native.php
index 8f413bcaaf..729ec17a75 100644
--- a/phpBB/includes/search/fulltext_native.php
+++ b/phpBB/includes/search/fulltext_native.php
@@ -49,16 +49,19 @@ class phpbb_search_fulltext_native extends phpbb_search_base
/**
* Post ids of posts containing words that are to be included
+ * @var array
*/
protected $must_contain_ids = array();
/**
* Post ids of posts containing words that should not be included
+ * @var array
*/
protected $must_not_contain_ids = array();
/**
* Post ids of posts containing atleast one word that needs to be excluded
+ * @var array
*/
protected $must_exclude_one_ids = array();