We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5575d6a commit 063b8f8Copy full SHA for 063b8f8
app/code/Magento/Customer/Model/ResourceModel/AddressRepository.php
@@ -208,7 +208,6 @@ public function getList(SearchCriteriaInterface $searchCriteria)
208
* Helper function that adds a FilterGroup to the collection.
209
*
210
* @deprecated 101.0.0
211
- * @see we don't recommend this approach anymore
212
* @param FilterGroup $filterGroup
213
* @param Collection $collection
214
* @return void
@@ -268,7 +267,6 @@ public function deleteById($addressId)
268
267
* Retrieve collection processor
269
270
271
272
* @return CollectionProcessorInterface
273
*/
274
private function getCollectionProcessor()
0 commit comments