mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/12683] Fix test
PHPBB3-12683
This commit is contained in:
@@ -133,6 +133,9 @@ class create_search_index extends database_task
|
||||
$this->phpbb_dispatcher,
|
||||
$container->get('language'),
|
||||
$this->user,
|
||||
SEARCH_RESULTS_TABLE,
|
||||
SEARCH_WORDLIST_TABLE,
|
||||
SEARCH_WORDMATCH_TABLE,
|
||||
$this->phpbb_root_path,
|
||||
$this->php_ext
|
||||
);
|
||||
|
@@ -124,7 +124,7 @@ class state_helper
|
||||
/**
|
||||
* @param int $counter
|
||||
*
|
||||
* @throws \phpbb\search\exception\no_action_in_progress_exception If there is no action in progress
|
||||
* @throws no_action_in_progress_exception If there is no action in progress
|
||||
*/
|
||||
public function update_counter(int $counter): void
|
||||
{
|
||||
|
Reference in New Issue
Block a user