mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/15214] Update block, restart tests
Make docblock look a bit cleaner and restart the tests PHPBB3-15214
This commit is contained in:
parent
0eb98d51e2
commit
cb47d78d26
1 changed files with 3 additions and 2 deletions
|
@ -38,9 +38,10 @@ class event extends \Twig\TokenParser\AbstractTokenParser
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Allow assigning priority to template events
|
* Allow assigning priority to template events
|
||||||
*
|
*f
|
||||||
* @event core.twig_tokenparser_constructor
|
* @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(
|
* '<author>_<extension_name>' => array(
|
||||||
* 'event/<template_event_name>' => priority_number,
|
* 'event/<template_event_name>' => priority_number,
|
||||||
* ),
|
* ),
|
||||||
|
|
Loading…
Add table
Reference in a new issue