Skip to content

Commit 2da2599

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Helper/Data.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)