Skip to content

Commit 0ae1052

Browse files
committed
Remove trailing comma on ContextListener::__construct to be compatible with PHP 7.4
1 parent 937a0d5 commit 0ae1052

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/EventListener/ContextListener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public function __construct(
2525
GoogleTagManagerInterface $googleTagManager,
2626
ChannelContextInterface $channelContext,
2727
LocaleContextInterface $localeContext,
28-
CurrencyContextInterface $currencyContext,
28+
CurrencyContextInterface $currencyContext
2929
) {
3030
$this->googleTagManager = $googleTagManager;
3131
$this->channelContext = $channelContext;

0 commit comments

Comments
 (0)