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 7f04255 commit 7cde27cCopy full SHA for 7cde27c
dev/tests/integration/framework/Magento/TestFramework/Eav/Model/GetAttributeSetByName.php
@@ -12,7 +12,7 @@
12
use Magento\Framework\Api\SearchCriteriaBuilder;
13
14
/**
15
- * Attribute set additional functions.
+ * Search and return attribute set by name.
16
*/
17
class GetAttributeSetByName
18
{
@@ -39,8 +39,6 @@ public function __construct(
39
}
40
41
42
- * Search and return attribute set by name.
43
- *
44
* @param string $attributeSetName
45
* @return AttributeSetInterface|null
46
0 commit comments