Passed
Push — develop ( ca65ef...41ed6d )
by Andrew
05:54 queued 01:57
created
src/Vite.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -102,7 +102,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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__
Please login to merge, or discard this patch.