1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-12 19:54:12 +02:00

[ticket/12683] Fix test

PHPBB3-12683
This commit is contained in:
rubencm
2021-04-09 19:45:15 +02:00
committed by Ruben Calvo
parent f4977853be
commit 1cef5f83a0
5 changed files with 7 additions and 4 deletions

View File

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