Skip to content

Commit 5069193

Browse files
committed
Fix RT report sample to pass tests
1 parent e359c26 commit 5069193

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

google-analytics-data/src/run_realtime_report_with_minute_ranges.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ function printRunRealtimeReportWithMinuteRangesResponse(RunRealtimeReportRespons
8585
);
8686
}
8787

88+
print 'Report result: ' . PHP_EOL;
8889
foreach ($response->getRows() as $row) {
8990
printf(
9091
'%s %s' . PHP_EOL,

0 commit comments

Comments
 (0)