Skip to content

Commit

Permalink
Remove trailing comma on ContextListener::__construct to be compatibl…
Browse files Browse the repository at this point in the history
…e with PHP 7.4
  • Loading branch information
stefandoorn committed Mar 23, 2023
1 parent 937a0d5 commit 0ae1052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EventListener/ContextListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public function __construct(
GoogleTagManagerInterface $googleTagManager,
ChannelContextInterface $channelContext,
LocaleContextInterface $localeContext,
CurrencyContextInterface $currencyContext,
CurrencyContextInterface $currencyContext
) {
$this->googleTagManager = $googleTagManager;
$this->channelContext = $channelContext;
Expand Down

0 comments on commit 0ae1052

Please sign in to comment.