File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
app/code/Magento/Catalog/Controller/Adminhtml/Product/Set Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 17
17
use Magento \Framework \Exception \NoSuchEntityException ;
18
18
use Magento \Framework \App \Action \HttpGetActionInterface ;
19
19
20
+ /**
21
+ * Edit attribute set controller.
22
+ */
20
23
class Edit extends Set implements HttpGetActionInterface
21
24
{
22
25
/**
@@ -30,7 +33,6 @@ class Edit extends Set implements HttpGetActionInterface
30
33
protected $ attributeSetRepository ;
31
34
32
35
/**
33
- *
34
36
* @param Context $context
35
37
* @param Registry $coreRegistry
36
38
* @param PageFactory $resultPageFactory
@@ -49,10 +51,7 @@ public function __construct(
49
51
}
50
52
51
53
/**
52
- *
53
- * @return ResultInterface
54
- *
55
- * @throws NoSuchEntityException
54
+ * @inheritdoc
56
55
*/
57
56
public function execute ()
58
57
{
You can’t perform that action at this time.
0 commit comments