Skip to content

Commit 0d97a16

Browse files
committed
fix documentation for phpcs
1 parent 8f36157 commit 0d97a16

File tree

1 file changed

+5
-2
lines changed
  • app/code/Magento/CatalogRule/Controller/Adminhtml/Promo/Catalog

1 file changed

+5
-2
lines changed

app/code/Magento/CatalogRule/Controller/Adminhtml/Promo/Catalog/Save.php

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
use Magento\Framework\App\Request\DataPersistorInterface;
1515

1616
/**
17-
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
17+
* Save action for catalog rule
18+
* @package Magento\CatalogRule\Controller\Adminhtml\Promo\Catalog
1819
*/
1920
class Save extends \Magento\CatalogRule\Controller\Adminhtml\Promo\Catalog implements HttpPostActionInterface
2021
{
@@ -40,7 +41,9 @@ public function __construct(
4041
}
4142

4243
/**
43-
* @return void
44+
* Execute save action from catalog rule
45+
*
46+
* @return \Magento\Framework\App\ResponseInterface|\Magento\Framework\Controller\ResultInterface|void
4447
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
4548
*/
4649
public function execute()

0 commit comments

Comments
 (0)