From 3ac95f48f8f087b05da6cb065817fad41242730e Mon Sep 17 00:00:00 2001 From: brunoais Date: Tue, 9 Jun 2015 12:55:27 +0100 Subject: [PATCH] [ticket/13685] phpBB, not PhpBB PHPBB3-13685 --- phpBB/phpbb/search/fulltext_mysql.php | 2 +- phpBB/phpbb/search/fulltext_native.php | 2 +- phpBB/phpbb/search/fulltext_postgres.php | 2 +- phpBB/phpbb/search/fulltext_sphinx.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/phpBB/phpbb/search/fulltext_mysql.php b/phpBB/phpbb/search/fulltext_mysql.php index 7e86cbbcea..bc6f2a4398 100644 --- a/phpBB/phpbb/search/fulltext_mysql.php +++ b/phpBB/phpbb/search/fulltext_mysql.php @@ -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; diff --git a/phpBB/phpbb/search/fulltext_native.php b/phpBB/phpbb/search/fulltext_native.php index acb7e5364b..8228f8ea28 100644 --- a/phpBB/phpbb/search/fulltext_native.php +++ b/phpBB/phpbb/search/fulltext_native.php @@ -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; diff --git a/phpBB/phpbb/search/fulltext_postgres.php b/phpBB/phpbb/search/fulltext_postgres.php index 2cc153c148..613e310612 100644 --- a/phpBB/phpbb/search/fulltext_postgres.php +++ b/phpBB/phpbb/search/fulltext_postgres.php @@ -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; diff --git a/phpBB/phpbb/search/fulltext_sphinx.php b/phpBB/phpbb/search/fulltext_sphinx.php index ef94f2918c..fddd1c39d1 100644 --- a/phpBB/phpbb/search/fulltext_sphinx.php +++ b/phpBB/phpbb/search/fulltext_sphinx.php @@ -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;