1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-07 01:06:48 +02:00

[ticket/15214] Adjust core event name and docblock

PHPBB3-15214
This commit is contained in:
rxu
2025-05-21 11:25:35 +07:00
parent 43cf7b73bd
commit ccbdfb49c7
5 changed files with 24 additions and 10 deletions

View File

@@ -23,7 +23,7 @@ class template_event_order implements EventSubscriberInterface
static public function getSubscribedEvents()
{
return array(
'core.twig_tokenparser_constructor' => 'set_template_event_priority',
'core.twig_event_tokenparser_constructor' => 'set_template_event_priority',
);
}

View File

@@ -23,7 +23,7 @@ class template_event_order implements EventSubscriberInterface
static public function getSubscribedEvents()
{
return array(
'core.twig_tokenparser_constructor' => 'set_template_event_priority',
'core.twig_event_tokenparser_constructor' => 'set_template_event_priority',
);
}

View File

@@ -23,7 +23,7 @@ class template_event_order implements EventSubscriberInterface
static public function getSubscribedEvents()
{
return array(
'core.twig_tokenparser_constructor' => 'set_template_event_priority',
'core.twig_event_tokenparser_constructor' => 'set_template_event_priority',
);
}

View File

@@ -23,7 +23,7 @@ class template_event_order implements EventSubscriberInterface
static public function getSubscribedEvents()
{
return array(
'core.twig_tokenparser_constructor' => 'set_template_event_priority',
'core.twig_event_tokenparser_constructor' => 'set_template_event_priority',
);
}