1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 16:56:44 +02:00

[ticket/17286] Remove test pauses

PHPBB3-17286
This commit is contained in:
rxu
2024-02-03 09:50:09 +07:00
parent 9401ce1c5f
commit 112392bcf3
2 changed files with 1 additions and 3 deletions

View File

@@ -59,7 +59,7 @@ class kernel_exception_subscriber implements EventSubscriberInterface
*
* @param \phpbb\template\template $template Template object
* @param \phpbb\language\language $language Language object
* @param \phpbb\User $user User object
* @param \phpbb\user $user User object
* @param bool $debug Set to true to show full exception messages
*/
public function __construct(\phpbb\template\template $template, \phpbb\language\language $language, \phpbb\user $user, $debug = false)