File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
app/code/Magento/Customer/Model/ResourceModel Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -211,6 +211,7 @@ public function getList(SearchCriteriaInterface $searchCriteria)
211
211
* @param FilterGroup $filterGroup
212
212
* @param Collection $collection
213
213
* @return void
214
+ * @see we don't recommend this approach anymore
214
215
* @throws \Magento\Framework\Exception\InputException
215
216
*/
216
217
protected function addFilterGroupToCollection (FilterGroup $ filterGroup , Collection $ collection )
@@ -267,6 +268,7 @@ public function deleteById($addressId)
267
268
* Retrieve collection processor
268
269
*
269
270
* @deprecated 101.0.0
271
+ * @see we don't recommend this approach anymore
270
272
* @return CollectionProcessorInterface
271
273
*/
272
274
private function getCollectionProcessor ()
You can’t perform that action at this time.
0 commit comments