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 cce2dd9 commit d900484Copy full SHA for d900484
app/code/Magento/Search/Model/ResourceModel/SynonymReader.php
@@ -76,7 +76,7 @@ public function getAllSynonyms(): array
76
$connection = $this->getConnection();
77
$select = $connection->select()->from($this->getMainTable(), 'synonyms');
78
79
- return $connection->fetchCol($select);;
+ return $connection->fetchCol($select);
80
}
81
82
/**
0 commit comments