We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5ec99f commit f8f5470Copy full SHA for f8f5470
app/code/Magento/DownloadableGraphQl/Model/Resolver/Product/DownloadableOptions.php
@@ -50,8 +50,6 @@ class DownloadableOptions implements ResolverInterface
50
private $linkCollection;
51
52
/**
53
- * Downloadable file
54
- *
55
* @var UrlInterface
56
*/
57
private $urlBuilder;
@@ -61,7 +59,7 @@ class DownloadableOptions implements ResolverInterface
61
59
* @param DownloadableHelper $downloadableHelper
62
60
* @param SampleCollection $sampleCollection
63
* @param LinkCollection $linkCollection
64
- * @param File $downloadableFile
+ * @param UrlInterface|null $urlBuilder
65
66
public function __construct(
67
EnumLookup $enumLookup,
0 commit comments