Passed
Pull Request — v1 (#17)
by
unknown
04:41
created
src/Vanillaforums.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@
 block discarded – undo
68 68
         Event::on(
69 69
             CraftVariable::class,
70 70
             CraftVariable::EVENT_INIT,
71
-            function (Event $event) {
71
+            function(Event $event) {
72 72
                 /** @var CraftVariable $variable */
73 73
                 $variable = $event->sender;
74 74
                 $variable->set('vanillaforums', VanillaforumsVariable::class);
Please login to merge, or discard this patch.