mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/11050] fix min/max length docblock language
PHPBB3-11050
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user