@@ -102,7 +102,7 @@ discard block |
||
102 | 102 | Event::on( |
103 | 103 | CraftVariable::class, |
104 | 104 | CraftVariable::EVENT_INIT, |
105 | - function (Event $event) { |
|
105 | + function(Event $event) { |
|
106 | 106 | /** @var CraftVariable $variable */ |
107 | 107 | $variable = $event->sender; |
108 | 108 | $variable->set('vite', [ |
@@ -115,7 +115,7 @@ discard block |
||
115 | 115 | Event::on( |
116 | 116 | ClearCaches::class, |
117 | 117 | ClearCaches::EVENT_REGISTER_CACHE_OPTIONS, |
118 | - function (RegisterCacheOptionsEvent $event) { |
|
118 | + function(RegisterCacheOptionsEvent $event) { |
|
119 | 119 | Craft::debug( |
120 | 120 | 'ClearCaches::EVENT_REGISTER_CACHE_OPTIONS', |
121 | 121 | __METHOD__ |