Skip to content

Commit 4174d29

Browse files
committed
Fix static test
1 parent 96bfb51 commit 4174d29

File tree

1 file changed

+3
-1
lines changed
  • lib/internal/Magento/Framework/View/Element/UiComponent/DataProvider

1 file changed

+3
-1
lines changed

lib/internal/Magento/Framework/View/Element/UiComponent/DataProvider/FilterPool.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
use Magento\Framework\Api\Search\SearchCriteriaInterface;
1212

1313
/**
14-
* Class FilterPool
14+
* Filter poll apply filters from search criteria
1515
*
1616
* @api
1717
*/
@@ -31,6 +31,8 @@ public function __construct(array $appliers = [])
3131
}
3232

3333
/**
34+
* Apply filters from search criteria
35+
*
3436
* @param Collection $collection
3537
* @param SearchCriteriaInterface $criteria
3638
* @return void

0 commit comments

Comments
 (0)