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 17
17
use Magento \Framework \Exception \InputException ;
18
18
19
19
/**
20
+ * Address repository.
21
+ *
20
22
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
21
23
*/
22
24
class AddressRepository implements \Magento \Customer \Api \AddressRepositoryInterface
@@ -145,6 +147,8 @@ public function save(\Magento\Customer\Api\Data\AddressInterface $address)
145
147
}
146
148
147
149
/**
150
+ * Update address collection.
151
+ *
148
152
* @param Customer $customer
149
153
* @param Address $address
150
154
* @throws \Magento\Framework\Exception\LocalizedException
Original file line number Diff line number Diff line change 13
13
use Magento \Framework \Event \ObserverInterface ;
14
14
15
15
/**
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.
18
17
*/
19
18
class CategoryProductIndexer implements ObserverInterface
20
19
{
Original file line number Diff line number Diff line change @@ -298,6 +298,8 @@ protected function _prepareForm()
298
298
}
299
299
300
300
/**
301
+ * Process country options.
302
+ *
301
303
* @param \Magento\Framework\Data\Form\Element\AbstractElement $countryElement
302
304
* @return void
303
305
*/
@@ -312,7 +314,8 @@ private function processCountryOptions(\Magento\Framework\Data\Form\Element\Abst
312
314
}
313
315
314
316
/**
315
- * Retrieve Directiry Countries collection
317
+ * Retrieve Directory Countries collection
318
+ *
316
319
* @deprecated 100.1.3
317
320
* @return \Magento\Directory\Model\ResourceModel\Country\Collection
318
321
*/
@@ -328,6 +331,7 @@ private function getCountriesCollection()
328
331
329
332
/**
330
333
* Retrieve Backend Quote Session
334
+ *
331
335
* @deprecated 100.1.3
332
336
* @return Quote
333
337
*/
You can’t perform that action at this time.
0 commit comments