mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-29 21:10:31 +02:00
[ticket/13685] phpBB, not PhpBB
PHPBB3-13685
This commit is contained in:
@@ -43,7 +43,7 @@ class fulltext_mysql extends \phpbb\search\base
|
||||
protected $db;
|
||||
|
||||
/**
|
||||
* PhpBB event dispatcher object
|
||||
* phpBB event dispatcher object
|
||||
* @var \phpbb\event\dispatcher_interface
|
||||
*/
|
||||
protected $phpbb_dispatcher;
|
||||
|
@@ -87,7 +87,7 @@ class fulltext_native extends \phpbb\search\base
|
||||
protected $db;
|
||||
|
||||
/**
|
||||
* PhpBB event dispatcher object
|
||||
* phpBB event dispatcher object
|
||||
* @var \phpbb\event\dispatcher_interface
|
||||
*/
|
||||
protected $phpbb_dispatcher;
|
||||
|
@@ -56,7 +56,7 @@ class fulltext_postgres extends \phpbb\search\base
|
||||
protected $db;
|
||||
|
||||
/**
|
||||
* PhpBB event dispatcher object
|
||||
* phpBB event dispatcher object
|
||||
* @var \phpbb\event\dispatcher_interface
|
||||
*/
|
||||
protected $phpbb_dispatcher;
|
||||
|
@@ -96,7 +96,7 @@ class fulltext_sphinx
|
||||
protected $dbtype;
|
||||
|
||||
/**
|
||||
* PhpBB event dispatcher object
|
||||
* phpBB event dispatcher object
|
||||
* @var \phpbb\event\dispatcher_interface
|
||||
*/
|
||||
protected $phpbb_dispatcher;
|
||||
|
Reference in New Issue
Block a user