Passed
Push — develop ( fa3678...7584a1 )
by Andrew
04:05
created
src/services/IA.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -113,7 +113,7 @@
 block discarded – undo
113 113
                 ->setEventCategory($eventCategory)
114 114
                 ->setEventAction($eventAction)
115 115
                 ->setEventLabel($eventLabel)
116
-                ->setEventValue((int)$eventValue);
116
+                ->setEventValue((int) $eventValue);
117 117
             $result = $analytics;
118 118
             Craft::info(
119 119
                 Craft::t(
Please login to merge, or discard this patch.