Skip to content

Commit 0ef9772

Browse files
author
Alex Westergaard
committed
Update AnalyticsType for Post()
1 parent 7166b22 commit 0ef9772

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Facade/Type/AnalyticsType.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ public function addEvent(EventType ...$events);
6161
/**
6262
* Validate params and send it to Google Analytics
6363
*
64-
* @return bool
64+
* @return void
65+
* @throws AlexWestergaard\PhpGa4\Exception\Ga4Exception
6566
*/
6667
public function post();
6768
}

0 commit comments

Comments
 (0)