Passed
Push — develop ( 618a91...74a04b )
by Andrew
02:36
created
src/Cookies.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@
 block discarded – undo
47 47
         Event::on(
48 48
             CraftVariable::class,
49 49
             CraftVariable::EVENT_INIT,
50
-            function (Event $event) {
50
+            function(Event $event) {
51 51
                 /** @var CraftVariable $variable */
52 52
                 $variable = $event->sender;
53 53
                 $variable->set('cookies', CookiesVariable::class);
Please login to merge, or discard this patch.