Skip to content

Commit 381ab64

Browse files
committed
Fix Static Tests
1 parent 17236cc commit 381ab64

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/code/Magento/Catalog/Helper/Product/ProductList.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
use Magento\Store\Model\ScopeInterface;
1515

1616
/**
17+
* Returns data for toolbars of Sorting and Pagination
18+
*
1719
* @api
1820
* @since 100.0.2
1921
*/

app/code/Magento/Catalog/Test/Unit/Helper/Product/ProductListTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
namespace Magento\Catalog\Test\Unit\Helper\Product;
99

10-
1110
use Magento\Catalog\Helper\Product\ProductList;
1211
use Magento\Framework\App\Config\ScopeConfigInterface;
1312
use Magento\Framework\TestFramework\Unit\Helper\ObjectManager;

0 commit comments

Comments
 (0)