@@ -69,7 +69,7 @@ |
||
| 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 | } |