Skip to content

Commit d11ef56

Browse files
committed
fix: add SuppressWarnings again
1 parent ba703d7 commit d11ef56

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515

1616
/**
1717
* Save action for catalog rule
18-
*
19-
* @package Magento\CatalogRule\Controller\Adminhtml\Promo\Catalog
18+
*
19+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
2020
*/
2121
class Save extends \Magento\CatalogRule\Controller\Adminhtml\Promo\Catalog implements HttpPostActionInterface
2222
{

0 commit comments

Comments
 (0)