1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-28 20:40:24 +02:00

[ticket/15214] Update block, restart tests

Make docblock look a bit cleaner and restart the tests

PHPBB3-15214
This commit is contained in:
toxyy
2023-12-05 03:32:57 -05:00
committed by rxu
parent 0eb98d51e2
commit cb47d78d26

View File

@@ -38,9 +38,10 @@ class event extends \Twig\TokenParser\AbstractTokenParser
/**
* Allow assigning priority to template events
*
*f
* @event core.twig_tokenparser_constructor
* @var array template_event_priority_array Array with template event priority assignments per extension namespace, usage:
* @var array template_event_priority_array Array with template event priority assignments per extension namespace
* Usage:
* '<author>_<extension_name>' => array(
* 'event/<template_event_name>' => priority_number,
* ),