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 5c8dba8 commit 95c1bc8Copy full SHA for 95c1bc8
app/code/Magento/Review/Block/Adminhtml/Edit.php
@@ -3,6 +3,7 @@
3
* Copyright © Magento, Inc. All rights reserved.
4
* See COPYING.txt for license details.
5
*/
6
+
7
namespace Magento\Review\Block\Adminhtml;
8
9
/**
@@ -56,6 +57,7 @@ public function __construct(
56
57
*
58
* @return void
59
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
60
+ * @SuppressWarnings(PHPMD.RequestAwareBlockMethod)
61
62
protected function _construct()
63
{
0 commit comments