Passed
Push — develop ( 35c0dc...300dee )
by Benjamin
05:49
created
src/services/Analytics.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -206,7 +206,7 @@  discard block
 block discarded – undo
206 206
 
207 207
         return $gclid;
208 208
     }
209
-     /* -- _getGclid */
209
+        /* -- _getGclid */
210 210
 
211 211
     /**
212 212
      * _gaParseCookie handles the parsing of the _ga cookie or setting it to a unique identifier
@@ -229,7 +229,7 @@  discard block
 block discarded – undo
229 229
 
230 230
         return $cid;
231 231
     }
232
-     /* -- _gaParseCookie */
232
+        /* -- _gaParseCookie */
233 233
 
234 234
     /**
235 235
      * _gaGenUUID Generate UUID v4 function - needed to generate a CID when one isn't available
@@ -254,5 +254,5 @@  discard block
 block discarded – undo
254 254
             random_int(0, 0xffff), random_int(0, 0xffff), random_int(0, 0xffff)
255 255
         );
256 256
     }
257
-     /* -- _gaGenUUID */
257
+        /* -- _gaGenUUID */
258 258
 }
Please login to merge, or discard this patch.