mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-21 18:58:53 +00:00
[ticket/13685] phpBB, not PhpBB
PHPBB3-13685
This commit is contained in:
parent
6e8da5a424
commit
3ac95f48f8
4 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue