Skip to content

Commit a4d81ca

Browse files
committed
ENGCOM-4096: Static test fix.
1 parent 0b5e0e2 commit a4d81ca

File tree

1 file changed

+5
-0
lines changed
  • app/code/Magento/Review/Controller/Adminhtml/Product

1 file changed

+5
-0
lines changed

app/code/Magento/Review/Controller/Adminhtml/Product/Save.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,14 @@
1010
use Magento\Framework\Controller\ResultFactory;
1111
use Magento\Framework\Exception\LocalizedException;
1212

13+
/**
14+
* Save Review action.
15+
*/
1316
class Save extends ProductController implements HttpPostActionInterface
1417
{
1518
/**
19+
* Save Review action.
20+
*
1621
* @return \Magento\Backend\Model\View\Result\Redirect
1722
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
1823
*/

0 commit comments

Comments
 (0)