Skip to content

Commit 50d68d4

Browse files
committed
Some CS fixes
1 parent 9a17c46 commit 50d68d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/code/Magento/CustomerDownloadableGraphQl/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "N/A",
44
"type": "magento2-module",
55
"require": {
6-
"php": "~7.1.3||~7.2.0",
6+
"php": "~7.1.3||~7.2.0||~7.3.0",
77
"magento/module-catalog": "*",
88
"magento/module-downloadable": "*",
99
"magento/module-downloadable-graph-ql": "*",

app/code/Magento/CustomerDownloadableGraphQl/etc/schema.graphqls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ type CustomerDownloadableProduct {
1515
status: String
1616
download_url: String
1717
remaining_downloads: String
18-
}
18+
}

0 commit comments

Comments
 (0)