Skip to content

Commit b5ea896

Browse files
committed
MAGETWO-94104: [2.3] Quantity Increments of selected simple within a Configurable Product does not work
- static test fix
1 parent e7318ac commit b5ea896

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

app/code/Magento/Customer/Model/ResourceModel/AddressRepository.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
use Magento\Framework\Exception\InputException;
1818

1919
/**
20+
* Address repository.
21+
*
2022
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
2123
*/
2224
class AddressRepository implements \Magento\Customer\Api\AddressRepositoryInterface
@@ -145,6 +147,8 @@ public function save(\Magento\Customer\Api\Data\AddressInterface $address)
145147
}
146148

147149
/**
150+
* Update address collection.
151+
*
148152
* @param Customer $customer
149153
* @param Address $address
150154
* @throws \Magento\Framework\Exception\LocalizedException

app/code/Magento/Elasticsearch/Observer/CategoryProductIndexer.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
use Magento\Framework\Event\ObserverInterface;
1414

1515
/**
16-
* Checks if a category has changed products and depends on indexer configuration
17-
* marks `Catalog Search` indexer as invalid or reindexes affected products.
16+
* Checks if a category has changed products and depends on indexer configuration.
1817
*/
1918
class CategoryProductIndexer implements ObserverInterface
2019
{

app/code/Magento/Sales/Block/Adminhtml/Order/Create/Form/Address.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,8 @@ protected function _prepareForm()
298298
}
299299

300300
/**
301+
* Process country options.
302+
*
301303
* @param \Magento\Framework\Data\Form\Element\AbstractElement $countryElement
302304
* @return void
303305
*/
@@ -312,7 +314,8 @@ private function processCountryOptions(\Magento\Framework\Data\Form\Element\Abst
312314
}
313315

314316
/**
315-
* Retrieve Directiry Countries collection
317+
* Retrieve Directory Countries collection
318+
*
316319
* @deprecated 100.1.3
317320
* @return \Magento\Directory\Model\ResourceModel\Country\Collection
318321
*/
@@ -328,6 +331,7 @@ private function getCountriesCollection()
328331

329332
/**
330333
* Retrieve Backend Quote Session
334+
*
331335
* @deprecated 100.1.3
332336
* @return Quote
333337
*/

0 commit comments

Comments
 (0)