Skip to content

Commit 95c1bc8

Browse files
committed
Fix static test.
1 parent 5c8dba8 commit 95c1bc8

File tree

1 file changed

+2
-0
lines changed
  • app/code/Magento/Review/Block/Adminhtml

1 file changed

+2
-0
lines changed

app/code/Magento/Review/Block/Adminhtml/Edit.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
67
namespace Magento\Review\Block\Adminhtml;
78

89
/**
@@ -56,6 +57,7 @@ public function __construct(
5657
*
5758
* @return void
5859
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
60+
* @SuppressWarnings(PHPMD.RequestAwareBlockMethod)
5961
*/
6062
protected function _construct()
6163
{

0 commit comments

Comments
 (0)