mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/11050] multi sentences separated by period in docblocks
Starting of each sentence should be capitalized. PHPBB3-11050
This commit is contained in:
@@ -65,8 +65,8 @@ class phpbb_search_fulltext_mysql extends phpbb_search_base
|
|||||||
public $search_query;
|
public $search_query;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Contains common words
|
* Contains common words.
|
||||||
* common words are words with length less/more than min/max length
|
* Common words are words with length less/more than min/max length
|
||||||
* @var array
|
* @var array
|
||||||
*/
|
*/
|
||||||
public $common_words = array();
|
public $common_words = array();
|
||||||
|
@@ -41,8 +41,8 @@ class phpbb_search_fulltext_native extends phpbb_search_base
|
|||||||
public $search_query;
|
public $search_query;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Contains common words
|
* Contains common words.
|
||||||
* common words are words with length less/more than min/max length
|
* Common words are words with length less/more than min/max length
|
||||||
* @var array
|
* @var array
|
||||||
*/
|
*/
|
||||||
public $common_words = array();
|
public $common_words = array();
|
||||||
|
@@ -53,7 +53,7 @@ class phpbb_search_fulltext_postgres extends phpbb_search_base
|
|||||||
protected $tsearch_query;
|
protected $tsearch_query;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* True if phrase search is supported
|
* True if phrase search is supported.
|
||||||
* PostgreSQL fulltext currently doesn't support it
|
* PostgreSQL fulltext currently doesn't support it
|
||||||
* @var boolean
|
* @var boolean
|
||||||
*/
|
*/
|
||||||
@@ -84,8 +84,8 @@ class phpbb_search_fulltext_postgres extends phpbb_search_base
|
|||||||
public $search_query;
|
public $search_query;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Contains common words
|
* Contains common words.
|
||||||
* common words are words with length less/more than min/max length
|
* Common words are words with length less/more than min/max length
|
||||||
* @var array
|
* @var array
|
||||||
*/
|
*/
|
||||||
public $common_words = array();
|
public $common_words = array();
|
||||||
|
Reference in New Issue
Block a user