Skip to content

Commit 7cde27c

Browse files
committed
MC-20694: Admin: Delete attribute set
1 parent 7f04255 commit 7cde27c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

dev/tests/integration/framework/Magento/TestFramework/Eav/Model/GetAttributeSetByName.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
use Magento\Framework\Api\SearchCriteriaBuilder;
1313

1414
/**
15-
* Attribute set additional functions.
15+
* Search and return attribute set by name.
1616
*/
1717
class GetAttributeSetByName
1818
{
@@ -39,8 +39,6 @@ public function __construct(
3939
}
4040

4141
/**
42-
* Search and return attribute set by name.
43-
*
4442
* @param string $attributeSetName
4543
* @return AttributeSetInterface|null
4644
*/

0 commit comments

Comments
 (0)