Skip to content

Commit e8f52d9

Browse files
committed
MAGETWO-96908: [2.3] Wrong attribute value in flat table
1 parent 3e44f8c commit e8f52d9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/code/Magento/Catalog/Model/Indexer/Product/Flat/FlatTableBuilder.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
/**
1313
* Class FlatTableBuilder
14+
*
1415
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
1516
*/
1617
class FlatTableBuilder
@@ -382,6 +383,8 @@ protected function _getTemporaryTableName($tableName)
382383
}
383384

384385
/**
386+
* Get metadata pool
387+
*
385388
* @return \Magento\Framework\EntityManager\MetadataPool
386389
*/
387390
private function getMetadataPool()

0 commit comments

Comments
 (0)