Skip to content

Commit 64fc7a6

Browse files
committed
ACP2E-873 Allowed Country per website issue
Pre-dep. Static failures fixed
1 parent 063b8f8 commit 64fc7a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ public function getList(SearchCriteriaInterface $searchCriteria)
211211
* @param FilterGroup $filterGroup
212212
* @param Collection $collection
213213
* @return void
214+
* @see we don't recommend this approach anymore
214215
* @throws \Magento\Framework\Exception\InputException
215216
*/
216217
protected function addFilterGroupToCollection(FilterGroup $filterGroup, Collection $collection)
@@ -267,6 +268,7 @@ public function deleteById($addressId)
267268
* Retrieve collection processor
268269
*
269270
* @deprecated 101.0.0
271+
* @see we don't recommend this approach anymore
270272
* @return CollectionProcessorInterface
271273
*/
272274
private function getCollectionProcessor()

0 commit comments

Comments
 (0)