Skip to content

Commit 9f41eb6

Browse files
committed
Fix static test.
1 parent cc5c711 commit 9f41eb6

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

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

7+
namespace Magento\Review\Block\Adminhtml\Edit;
8+
79
/**
810
* Adminhtml Review Edit Form
911
*/
10-
namespace Magento\Review\Block\Adminhtml\Edit;
11-
1212
class Form extends \Magento\Backend\Block\Widget\Form\Generic
1313
{
1414
/**

0 commit comments

Comments
 (0)