Skip to content

Commit 23e0771

Browse files
committed
Fix static test issue 23900
1 parent b1a672f commit 23e0771

File tree

1 file changed

+3
-1
lines changed
  • app/code/Magento/Reports/Controller/Adminhtml/Report/Product

1 file changed

+3
-1
lines changed

app/code/Magento/Reports/Controller/Adminhtml/Report/Product/Downloads.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
<?php
22
/**
3-
*
43
* Copyright © Magento, Inc. All rights reserved.
54
* See COPYING.txt for license details.
65
*/
76
namespace Magento\Reports\Controller\Adminhtml\Report\Product;
87

98
use Magento\Framework\App\Action\HttpGetActionInterface as HttpGetActionInterface;
109

10+
/**
11+
* Class \Magento\Reports\Controller\Adminhtml\Report\Product\Downloads
12+
*/
1113
class Downloads extends \Magento\Reports\Controller\Adminhtml\Report\Product implements HttpGetActionInterface
1214
{
1315
/**

0 commit comments

Comments
 (0)