mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/11050] fix min/max length docblock language
PHPBB3-11050
This commit is contained in:
parent
7c3cbc07cf
commit
0556959a6a
3 changed files with 3 additions and 3 deletions
|
@ -53,7 +53,7 @@ class phpbb_search_fulltext_mysql extends phpbb_search_base
|
|||
protected $user;
|
||||
|
||||
/**
|
||||
* Associative array stores the min and max length
|
||||
* Associative array stores the min and max word length to be searched
|
||||
* @var array
|
||||
*/
|
||||
public $word_length = array();
|
||||
|
|
|
@ -29,7 +29,7 @@ class phpbb_search_fulltext_native extends phpbb_search_base
|
|||
protected $stats = array();
|
||||
|
||||
/**
|
||||
* Associative array stores the min and max length
|
||||
* Associative array stores the min and max word length to be searched
|
||||
* @var array
|
||||
*/
|
||||
public $word_length = array();
|
||||
|
|
|
@ -91,7 +91,7 @@ class phpbb_search_fulltext_postgres extends phpbb_search_base
|
|||
public $common_words = array();
|
||||
|
||||
/**
|
||||
* Associative array stores the min and max length
|
||||
* Associative array stores the min and max word length to be searched
|
||||
* @var array
|
||||
*/
|
||||
public $word_length = array();
|
||||
|
|
Loading…
Add table
Reference in a new issue