1
0
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:
Dhruv
2012-08-20 00:58:41 +05:30
parent 7c3cbc07cf
commit 0556959a6a
3 changed files with 3 additions and 3 deletions

View File

@@ -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();