We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6a18e2e + b4a4049 commit 571a9c6Copy full SHA for 571a9c6
src/Analytics.php
@@ -193,9 +193,9 @@ public function post(): void
193
}
194
195
196
- public static function new(string $measurementId, string $apiSecret, bool $debug = false): static
+ public static function new(string $measurement_id, string $api_secret, bool $debug = false): static
197
{
198
- return new static($measurementId, $apiSecret, $debug);
+ return new static($measurement_id, $api_secret, $debug);
199
200
201
/**
0 commit comments