1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-22 10:57:56 +01:00

[ticket/11050] fix tidied search query docblock language

PHPBB3-11050
This commit is contained in:
Dhruv 2012-08-20 01:04:43 +05:30
parent 0556959a6a
commit 72245e41d0
4 changed files with 8 additions and 4 deletions

View File

@ -59,7 +59,8 @@ class phpbb_search_fulltext_mysql extends phpbb_search_base
public $word_length = array();
/**
* Contains tidied search query
* Contains tidied search query.
* Operators are prefixed in search query and common words excluded
* @var string
*/
public $search_query;

View File

@ -35,7 +35,8 @@ class phpbb_search_fulltext_native extends phpbb_search_base
public $word_length = array();
/**
* Contains tidied search query
* Contains tidied search query.
* Operators are prefixed in search query and common words excluded
* @var string
*/
public $search_query;

View File

@ -78,7 +78,8 @@ class phpbb_search_fulltext_postgres extends phpbb_search_base
protected $user;
/**
* Contains tidied search query
* Contains tidied search query.
* Operators are prefixed in search query and common words excluded
* @var string
*/
public $search_query;

View File

@ -114,7 +114,8 @@ class phpbb_search_fulltext_sphinx
protected $config_file_data = '';
/**
* Contains tidied search query
* Contains tidied search query.
* Operators are prefixed in search query and common words excluded
* @var string
*/
public $search_query;