Passed
Push — develop ( 2938d4...0e22ee )
by Benjamin
08:51
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.
src/models/ReportRequestCriteria.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -111,8 +111,7 @@
 block discarded – undo
111 111
         {
112 112
             $response['report'] = Analytics::$plugin->getApis()->getAnalyticsReporting()->getReport($this, $toArray);
113 113
             $response['success'] = true;
114
-        }
115
-        catch(\Exception $exception)
114
+        } catch(\Exception $exception)
116 115
         {
117 116
             $response['error'] = true;
118 117
             $response['errorMessage'] = $exception->getMessage();
Please login to merge, or discard this patch.