We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b5e0e2 commit a4d81caCopy full SHA for a4d81ca
app/code/Magento/Review/Controller/Adminhtml/Product/Save.php
@@ -10,9 +10,14 @@
10
use Magento\Framework\Controller\ResultFactory;
11
use Magento\Framework\Exception\LocalizedException;
12
13
+/**
14
+ * Save Review action.
15
+ */
16
class Save extends ProductController implements HttpPostActionInterface
17
{
18
/**
19
20
+ *
21
* @return \Magento\Backend\Model\View\Result\Redirect
22
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
23
*/
0 commit comments