diff --git a/app/library/App/Controllers/GaController.php b/app/library/App/Controllers/GaController.php index b1e42db..83a8cc0 100644 --- a/app/library/App/Controllers/GaController.php +++ b/app/library/App/Controllers/GaController.php @@ -78,6 +78,7 @@ class GaController extends CrudResourceController { $response = $analytics->reports->batchGet($body); + /** @var \Google_Service_AnalyticsReporting_Report $report */ $report = $response->getReports(); $data = $response->getModelData; -- libgit2 0.21.4