With PHP 5.4 being required for phpBB >= 3.2, event declarations should be able to use the short array notation, e.g.
$vars = [...]; |
extract($this->dispatcher->trigger_event(..., compact($vars))); |
The current test suite throws an error if it doesn't find the old array notation.