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)
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 ()
You can’t perform that action at this time.
0 commit comments