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.
2 parents ff1eb2a + 3c3c267 commit 5c64a46Copy full SHA for 5c64a46
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