Skip to content

Commit 523a0c0

Browse files
committed
#22430: Static test fix.
1 parent 087389f commit 523a0c0

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* See COPYING.txt for license details.
55
*/
66

7+
78
/**
89
* Adminhtml Review Edit Form
910
*/
@@ -69,6 +70,7 @@ public function __construct(
6970
*
7071
* @return $this
7172
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
73+
* @SuppressWarnings(PHPMD.RequestAwareBlockMethod)
7274
*/
7375
protected function _prepareForm()
7476
{

0 commit comments

Comments
 (0)