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 c1bd70e commit 3c3c267Copy full SHA for 3c3c267
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,7 +39,7 @@ public function __construct(
39
}
40
41
42
- * Search and return attribute set by name.
+ * Find attribute set by name and return it.
43
*
44
* @param string $attributeSetName
45
* @return AttributeSetInterface|null
0 commit comments