Skip to content

Commit cd63f18

Browse files
#24674: Static tests fix.
1 parent d3771dd commit cd63f18

File tree

1 file changed

+4
-5
lines changed
  • app/code/Magento/Catalog/Controller/Adminhtml/Product/Set

1 file changed

+4
-5
lines changed

app/code/Magento/Catalog/Controller/Adminhtml/Product/Set/Edit.php

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
use Magento\Framework\Exception\NoSuchEntityException;
1818
use Magento\Framework\App\Action\HttpGetActionInterface;
1919

20+
/**
21+
* Edit attribute set controller.
22+
*/
2023
class Edit extends Set implements HttpGetActionInterface
2124
{
2225
/**
@@ -30,7 +33,6 @@ class Edit extends Set implements HttpGetActionInterface
3033
protected $attributeSetRepository;
3134

3235
/**
33-
*
3436
* @param Context $context
3537
* @param Registry $coreRegistry
3638
* @param PageFactory $resultPageFactory
@@ -49,10 +51,7 @@ public function __construct(
4951
}
5052

5153
/**
52-
*
53-
* @return ResultInterface
54-
*
55-
* @throws NoSuchEntityException
54+
* @inheritdoc
5655
*/
5756
public function execute()
5857
{

0 commit comments

Comments
 (0)