Skip to content

Commit a58c768

Browse files
committed
ACP2E-895 Minor improvements for "Grid Filter Condition Type" for customer and customer address text attributes are needed
Static failures fixed
1 parent 685b6d4 commit a58c768

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
@@ -208,6 +208,7 @@ public function getList(SearchCriteriaInterface $searchCriteria)
208208
* Helper function that adds a FilterGroup to the collection.
209209
*
210210
* @deprecated 101.0.0
211+
* @see we don't recommend this approach anymore
211212
* @param FilterGroup $filterGroup
212213
* @param Collection $collection
213214
* @return void
@@ -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)