Skip to content

Commit

Permalink
minor bugfix (Typed property must not be accessed before initializati…
Browse files Browse the repository at this point in the history
…on) (#48)
  • Loading branch information
dsbe-ak committed Dec 4, 2022
1 parent f503fe2 commit 36ab02d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Service/GoogleTagManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class GoogleTagManager implements GoogleTagManagerInterface

private array $push = array();

private string $additionalParameters;
private string $additionalParameters = '';

public function __construct(bool $enabled, string $id)
{
Expand Down

0 comments on commit 36ab02d

Please sign in to comment.