@@ -34,7 +34,7 @@ discard block |
||
| 34 | 34 | { |
| 35 | 35 | $events = $moduleManager->getEventManager(); |
| 36 | 36 | |
| 37 | - $events->attach(ModuleEvent::EVENT_MERGE_CONFIG, function (EventInterface $e) { |
|
| 37 | + $events->attach(ModuleEvent::EVENT_MERGE_CONFIG, function(EventInterface $e) { |
|
| 38 | 38 | $configListener = $e->getConfigListener(); |
| 39 | 39 | $config = $configListener->getMergedConfig(false); |
| 40 | 40 | $domain = Domain::getStaticDomain(); |
@@ -65,7 +65,7 @@ discard block |
||
| 65 | 65 | $e->getApplication()->getEventManager()->getSharedManager()->attach( |
| 66 | 66 | AbstractController::class, |
| 67 | 67 | 'dispatch', |
| 68 | - function (EventInterface $e) { |
|
| 68 | + function(EventInterface $e) { |
|
| 69 | 69 | |
| 70 | 70 | if (!isset($_SERVER['HTTP_HOST'])) { |
| 71 | 71 | return; |