File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ public function __construct(
5353 StoreConfigHelper $ storeConfigHelper ,
5454 DirectoryList $ dir ,
5555 DriverInterface $ filesystem ,
56- Curl $ curl,
56+ Curl $ curl
5757 ) {
5858 $ this ->_storeConfigHelper = $ storeConfigHelper ;
5959 $ this ->_dir = $ dir ;
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments