diff --git a/app/code/Magento/Catalog/Model/Indexer/Product/Price/TableMaintainer.php b/app/code/Magento/Catalog/Model/Indexer/Product/Price/TableMaintainer.php index 337de6f6dd77f..999eaaa2a8025 100644 --- a/app/code/Magento/Catalog/Model/Indexer/Product/Price/TableMaintainer.php +++ b/app/code/Magento/Catalog/Model/Indexer/Product/Price/TableMaintainer.php @@ -183,7 +183,7 @@ public function getMainTable(array $dimensions): string public function createTablesForDimensions(array $dimensions) { $mainTableName = $this->getMainTable($dimensions); - //Create index table for dimensions based on on main replica table + //Create index table for dimensions based on main replica table //Using main replica table is necessary for backward capability and TableResolver plugin work $this->createTable( $this->getTable(self::MAIN_INDEX_TABLE . $this->additionalTableSuffix), diff --git a/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/Webapi/Adapter/Soap.php b/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/Webapi/Adapter/Soap.php index aee77ae6d589f..e2e32c119af21 100644 --- a/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/Webapi/Adapter/Soap.php +++ b/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/Webapi/Adapter/Soap.php @@ -63,7 +63,7 @@ public function call($serviceInfo, $arguments = [], $storeCode = null, $integrat } /** - * Get proper SOAP client instance that is initialized with with WSDL corresponding to requested service interface. + * Get proper SOAP client instance that is initialized with WSDL corresponding to requested service interface. * * @param string $serviceInfo PHP service interface name, should include version if present * @param string|null $storeCode