Skip to content

Commit 3aaedfd

Browse files
#23699: Static tests fix.
1 parent aa1db91 commit 3aaedfd

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

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

7+
namespace Magento\Review\Block\Adminhtml;
8+
79
/**
810
* Adminhtml reviews grid
911
*
@@ -16,8 +18,6 @@
1618
*
1719
* @author Magento Core Team <core@magentocommerce.com>
1820
*/
19-
namespace Magento\Review\Block\Adminhtml;
20-
2121
class Grid extends \Magento\Backend\Block\Widget\Grid\Extended
2222
{
2323
/**

0 commit comments

Comments
 (0)