Skip to content

Commit 110d17a

Browse files
committed
MAGETWO-56065: [Flat] Filter Exception. Static fixes
1 parent 46d7fe9 commit 110d17a

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

app/code/Magento/Catalog/Model/Indexer/Product/Flat/Table/Builder.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ class Builder implements BuilderInterface
1919
* Builder constructor.
2020
*
2121
* @param \Magento\Framework\DB\Adapter\AdapterInterface $connection
22+
* @param string $tableName
2223
*/
2324
public function __construct(\Magento\Framework\DB\Adapter\AdapterInterface $connection, $tableName)
2425
{

app/code/Magento/Catalog/Test/Unit/Model/Indexer/Product/Flat/FlatTableBuilderTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
/**
1111
* Class FlatTableBuilderTest
12+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
1213
*/
1314
class FlatTableBuilderTest extends \PHPUnit_Framework_TestCase
1415
{

app/code/Magento/Catalog/Test/Unit/Model/Indexer/Product/Flat/Table/BuilderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright © 2016 Magento. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6-
namespace Magento\Catalog\Test\Unit\Model\Indexer\Product\Flat\Table\Builder;
6+
namespace Magento\Catalog\Test\Unit\Model\Indexer\Product\Flat\Table;
77

88
/**
99
* Class BuilderTest

0 commit comments

Comments
 (0)