[ticket/14933] Fix docblock for kernel_exception_subscriber

PHPBB3-14933
This commit is contained in:
Oliver Schramm 2017-09-10 11:08:59 +02:00
parent 7f8407b321
commit 4b39b99d56

View file

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