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 bd12651 commit cb6975cCopy full SHA for cb6975c
app/code/Magento/Swatches/Model/SwatchAttributesProvider.php
@@ -9,7 +9,6 @@
9
use Magento\ConfigurableProduct\Model\Product\Type\Configurable;
10
use Magento\Catalog\Model\Product;
11
use Magento\ConfigurableProduct\Model\Product\Type\Configurable\Attribute;
12
-use Magento\Swatches\Helper\Data as SwatchesHelper;
13
use Magento\Eav\Model\Entity\Attribute\AbstractAttribute;
14
use Magento\Framework\App\ObjectManager;
15
@@ -42,7 +41,7 @@ class SwatchAttributesProvider
42
41
/**
43
* SwatchAttributesProvider constructor.
44
*
45
- * @param Configurable $typeConfigurable
+ * @param Configurable $typeConfigurable
46
* @param SwatchAttributeCodes $swatchAttributeCodes
47
* @param SwatchAttributeType|null $swatchTypeChecker
48
*/
0 commit comments