From c355b60c62441d15b5c2ee7044329af784c234f2 Mon Sep 17 00:00:00 2001 From: n-aleha Date: Mon, 19 May 2014 05:50:29 +0300 Subject: [PATCH] [ticket/12557] Fix doc block errors found by Sami More corrections. PHPBB3-12557 --- phpBB/phpbb/search/base.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/phpbb/search/base.php b/phpBB/phpbb/search/base.php index c41a7b50d5..26e3218b14 100644 --- a/phpBB/phpbb/search/base.php +++ b/phpBB/phpbb/search/base.php @@ -170,7 +170,7 @@ class base * @param int $result_count contains the number of all results for the search (not only for the current page) * @param array $id_ary contains a list of post or topic ids that shall be cached, the first element * must have the absolute index $start in the result set. - * @param int $start indicates the first index of the page + * @param int $start indicates the first index of the page * @param string $sort_dir is either a or d representing ASC and DESC * * @return null