diff options
| author | n-aleha <nick_aleha@myway.com> | 2014-08-07 13:19:49 +0300 |
|---|---|---|
| committer | n-aleha <nick_aleha@myway.com> | 2014-08-07 13:19:49 +0300 |
| commit | 80067467805d4b1664777cf3553c39fc32cfdb65 (patch) | |
| tree | da8748acc232072a93c91c762bab5c28491b07c9 /phpBB/phpbb/search | |
| parent | 9133b913ec2184e56f1ea420820e45f4208f753d (diff) | |
| download | forums-80067467805d4b1664777cf3553c39fc32cfdb65.tar forums-80067467805d4b1664777cf3553c39fc32cfdb65.tar.gz forums-80067467805d4b1664777cf3553c39fc32cfdb65.tar.bz2 forums-80067467805d4b1664777cf3553c39fc32cfdb65.tar.xz forums-80067467805d4b1664777cf3553c39fc32cfdb65.zip | |
[ticket/12557] Fix php file description
PHPBB3-12557
Diffstat (limited to 'phpBB/phpbb/search')
| -rw-r--r-- | phpBB/phpbb/search/fulltext_mysql.php | 2 | ||||
| -rw-r--r-- | phpBB/phpbb/search/fulltext_postgres.php | 2 | ||||
| -rw-r--r-- | phpBB/phpbb/search/fulltext_sphinx.php | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/phpbb/search/fulltext_mysql.php b/phpBB/phpbb/search/fulltext_mysql.php index 534da0e4cc..1a0aba096f 100644 --- a/phpBB/phpbb/search/fulltext_mysql.php +++ b/phpBB/phpbb/search/fulltext_mysql.php @@ -74,7 +74,7 @@ class fulltext_mysql extends \phpbb\search\base * * @param string|bool $error Any error that occurs is passed on through this reference variable otherwise false * @param string $phpbb_root_path Relative path to phpBB root - * @param string $phpEx PHP extension (php) + * @param string $phpEx PHP file extension * @param \phpbb\auth\auth $auth Auth object * @param \phpbb\config\config $config Config object * @param \phpbb\db\driver\driver_interface Database object diff --git a/phpBB/phpbb/search/fulltext_postgres.php b/phpBB/phpbb/search/fulltext_postgres.php index 9579f91aa9..b6af371d13 100644 --- a/phpBB/phpbb/search/fulltext_postgres.php +++ b/phpBB/phpbb/search/fulltext_postgres.php @@ -87,7 +87,7 @@ class fulltext_postgres extends \phpbb\search\base * * @param string|bool $error Any error that occurs is passed on through this reference variable otherwise false * @param string $phpbb_root_path Relative path to phpBB root - * @param string $phpEx PHP extension (php) + * @param string $phpEx PHP file extension * @param \phpbb\auth\auth $auth Auth object * @param \phpbb\config\config $config Config object * @param \phpbb\db\driver\driver_interface Database object diff --git a/phpBB/phpbb/search/fulltext_sphinx.php b/phpBB/phpbb/search/fulltext_sphinx.php index 7b8e5504d1..79d68d2ae1 100644 --- a/phpBB/phpbb/search/fulltext_sphinx.php +++ b/phpBB/phpbb/search/fulltext_sphinx.php @@ -120,7 +120,7 @@ class fulltext_sphinx * * @param string|bool $error Any error that occurs is passed on through this reference variable otherwise false * @param string $phpbb_root_path Relative path to phpBB root - * @param string $phpEx PHP extension (php) + * @param string $phpEx PHP file extension * @param \phpbb\auth\auth $auth Auth object * @param \phpbb\config\config $config Config object * @param \phpbb\db\driver\driver_interface Database object |
