mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-18 16:11:06 +02:00
[feature/event-dispatcher] Braces CS fix
PHPBB3-9550
This commit is contained in:
@ -37,7 +37,8 @@ class phpbb_event_extension_subscriber_loader
|
||||
->core_path('event/')
|
||||
->get_classes();
|
||||
|
||||
foreach ($subscriber_classes as $class) {
|
||||
foreach ($subscriber_classes as $class)
|
||||
{
|
||||
$subscriber = new $class();
|
||||
$this->dispatcher->addSubscriber($subscriber);
|
||||
}
|
||||
|
Reference in New Issue
Block a user