Skip to content

Commit 501ad44

Browse files
committed
Removed double occurrences from Magento modules
1 parent 45a7e0c commit 501ad44

File tree

2 files changed

+2
-2
lines changed
  • app/code/Magento/Catalog/Model/Indexer/Product/Price
  • dev/tests/api-functional/framework/Magento/TestFramework/TestCase/Webapi/Adapter

2 files changed

+2
-2
lines changed

app/code/Magento/Catalog/Model/Indexer/Product/Price/TableMaintainer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ public function getMainTable(array $dimensions): string
183183
public function createTablesForDimensions(array $dimensions)
184184
{
185185
$mainTableName = $this->getMainTable($dimensions);
186-
//Create index table for dimensions based on on main replica table
186+
//Create index table for dimensions based on main replica table
187187
//Using main replica table is necessary for backward capability and TableResolver plugin work
188188
$this->createTable(
189189
$this->getTable(self::MAIN_INDEX_TABLE . $this->additionalTableSuffix),

dev/tests/api-functional/framework/Magento/TestFramework/TestCase/Webapi/Adapter/Soap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public function call($serviceInfo, $arguments = [], $storeCode = null, $integrat
6363
}
6464

6565
/**
66-
* Get proper SOAP client instance that is initialized with with WSDL corresponding to requested service interface.
66+
* Get proper SOAP client instance that is initialized with WSDL corresponding to requested service interface.
6767
*
6868
* @param string $serviceInfo PHP service interface name, should include version if present
6969
* @param string|null $storeCode

0 commit comments

Comments
 (0)