Skip to content

Commit 30d2fc7

Browse files
committed
CS
1 parent 91e128d commit 30d2fc7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ClientReport/ClientReportAggregator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public function flush(): void
6868
// can be sent on the next flush, or it gets discarded anyway.
6969
if (HubAdapter::getInstance()->captureEvent($event) !== null) {
7070
$this->reports = [];
71-
};
71+
}
7272
}
7373

7474
public static function getInstance(): self

0 commit comments

Comments
 (0)