Skip to content

Commit 9141c8c

Browse files
authored
[PHP7.4] Fix trailing comma
1 parent be4cf45 commit 9141c8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Model/UpdateNotification/UpdateNotifier.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class UpdateNotifier
2222
*/
2323
public function __construct(
2424
NotifierInterface $notifier,
25-
UpdateNotificationRepositoryInterface $updateNotification,
25+
UpdateNotificationRepositoryInterface $updateNotification
2626
) {
2727
$this->_notifier = $notifier;
2828
$this->_updateNotification = $updateNotification;

0 commit comments

Comments
 (0)