[ticket/13685] phpBB, not PhpBB

PHPBB3-13685
This commit is contained in:
brunoais 2015-06-09 12:55:27 +01:00
parent 6e8da5a424
commit 3ac95f48f8
4 changed files with 4 additions and 4 deletions

View file

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

View file

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

View file

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

View file

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