Passed
Push — develop ( be2cdf...bd7e3e )
by Benjamin
03:47
created
src/apis/AnalyticsReporting.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -69,7 +69,7 @@
 block discarded – undo
69 69
         $reportsResponse = $this->getReportingReports($criterias);
70 70
 
71 71
         if ($toArray) {
72
-            $reportsResponseArray = (array)$reportsResponse->toSimpleObject();
72
+            $reportsResponseArray = (array) $reportsResponse->toSimpleObject();
73 73
 
74 74
             return $reportsResponseArray['reports'];
75 75
         }
Please login to merge, or discard this patch.