File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed
Customer/Model/ResourceModel
Sales/Block/Adminhtml/Order/Create/Form Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1717use Magento \Framework \Exception \InputException ;
1818
1919/**
20+ * Address repository.
21+ *
2022 * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
2123 */
2224class 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
Original file line number Diff line number Diff line change 1313use 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 */
1918class CategoryProductIndexer implements ObserverInterface
2019{
Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments