mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/14933] Fix docblock for kernel_exception_subscriber
PHPBB3-14933
This commit is contained in:
parent
7f8407b321
commit
4b39b99d56
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue