Skip to content

Commit 2c5bf7d

Browse files
dhorytskyiBeagon
authored andcommitted
MAGETWO-96908: [2.3] Wrong attribute value in flat table
1 parent dd98dde commit 2c5bf7d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
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
@@ -389,7 +390,7 @@ protected function _getTemporaryTableName($tableName)
389390
}
390391

391392
/**
392-
* Get MetadataPool
393+
* Get metadata pool
393394
*
394395
* @return \Magento\Framework\EntityManager\MetadataPool
395396
*/

0 commit comments

Comments
 (0)