File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
app/code/Magento/CatalogRule/Controller/Adminhtml/Promo/Catalog Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 14
14
use Magento \Framework \App \Request \DataPersistorInterface ;
15
15
16
16
/**
17
- * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
17
+ * Save action for catalog rule
18
+ * @package Magento\CatalogRule\Controller\Adminhtml\Promo\Catalog
18
19
*/
19
20
class Save extends \Magento \CatalogRule \Controller \Adminhtml \Promo \Catalog implements HttpPostActionInterface
20
21
{
@@ -40,7 +41,9 @@ public function __construct(
40
41
}
41
42
42
43
/**
43
- * @return void
44
+ * Execute save action from catalog rule
45
+ *
46
+ * @return \Magento\Framework\App\ResponseInterface|\Magento\Framework\Controller\ResultInterface|void
44
47
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
45
48
*/
46
49
public function execute ()
You can’t perform that action at this time.
0 commit comments