Skip to content

Commit d536147

Browse files
committed
MAGETWO-39942: Low quick search performance(MySql)
- Fix static and unit tests
1 parent 37897ff commit d536147

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/CatalogSearch/Setup/InstallData.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ class InstallData implements InstallDataInterface
2222

2323
/**
2424
* @param IndexerInterfaceFactory $indexerFactory
25+
* @param ProductAttributeRepositoryInterface $attributeRepository
2526
*/
2627
public function __construct(
2728
IndexerInterfaceFactory $indexerFactory,
@@ -58,7 +59,7 @@ private function getIndexer($indexerId)
5859
/**
5960
* @param string $attributeCode
6061
* @param int $weight
61-
* @internal param AdapterInterface $connection
62+
* @return void
6263
*/
6364
private function setWeight($attributeCode, $weight)
6465
{

0 commit comments

Comments
 (0)