We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37897ff commit d536147Copy full SHA for d536147
app/code/Magento/CatalogSearch/Setup/InstallData.php
@@ -22,6 +22,7 @@ class InstallData implements InstallDataInterface
22
23
/**
24
* @param IndexerInterfaceFactory $indexerFactory
25
+ * @param ProductAttributeRepositoryInterface $attributeRepository
26
*/
27
public function __construct(
28
IndexerInterfaceFactory $indexerFactory,
@@ -58,7 +59,7 @@ private function getIndexer($indexerId)
58
59
60
* @param string $attributeCode
61
* @param int $weight
- * @internal param AdapterInterface $connection
62
+ * @return void
63
64
private function setWeight($attributeCode, $weight)
65
{
0 commit comments