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 8984c54 commit 5fdbfc0Copy full SHA for 5fdbfc0
app/code/Magento/BundleGraphQl/Model/Resolver/BundleItems.php
@@ -39,16 +39,16 @@ class BundleItems implements ResolverInterface
39
/**
40
* @param Collection $bundleOptionCollection
41
* @param ValueFactory $valueFactory
42
- * @param MetadataPool $metdataPool
+ * @param MetadataPool $metadataPool
43
*/
44
public function __construct(
45
Collection $bundleOptionCollection,
46
ValueFactory $valueFactory,
47
- MetadataPool $metdataPool
+ MetadataPool $metadataPool
48
) {
49
$this->bundleOptionCollection = $bundleOptionCollection;
50
$this->valueFactory = $valueFactory;
51
- $this->metdataPool = $metdataPool;
+ $this->metadataPool = $metadataPool;
52
}
53
54
0 commit comments