Passed
Push — develop ( 300dee...161f1d )
by Benjamin
10:24 queued 05:19
created
src/services/Analytics.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -207,7 +207,7 @@  discard block
 block discarded – undo
207 207
         return $gclid;
208 208
     }
209 209
 
210
-     /* -- _getGclid */
210
+        /* -- _getGclid */
211 211
 
212 212
     /**
213 213
      * _gaParseCookie handles the parsing of the _ga cookie or setting it to a unique identifier
@@ -231,7 +231,7 @@  discard block
 block discarded – undo
231 231
         return $cid;
232 232
     }
233 233
 
234
-     /* -- _gaParseCookie */
234
+        /* -- _gaParseCookie */
235 235
 
236 236
     /**
237 237
      * _gaGenUUID Generate UUID v4 function - needed to generate a CID when one isn't available
@@ -257,5 +257,5 @@  discard block
 block discarded – undo
257 257
         );
258 258
     }
259 259
 
260
-     /* -- _gaGenUUID */
260
+        /* -- _gaGenUUID */
261 261
 }
Please login to merge, or discard this patch.