Skip to content

Commit be4cf45

Browse files
authored
[PHP7.4] Fix trailing comma
1 parent 2da2599 commit be4cf45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cron/NotifyModuleUpdate.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class NotifyModuleUpdate
2424
public function __construct(
2525
LoggerInterface $logger,
2626
DataHelper $dataHelper,
27-
UpdateNotifier $updateNotifier,
27+
UpdateNotifier $updateNotifier
2828
) {
2929
$this->_logger = $logger;
3030
$this->_dataHelper = $dataHelper;

0 commit comments

Comments
 (0)