88use Magento \Framework \Data \Collection \Db \FetchStrategyInterface as FetchStrategy ;
99use Magento \Framework \Data \Collection \EntityFactoryInterface as EntityFactory ;
1010use Magento \Framework \Event \ManagerInterface as EventManager ;
11+ use Magento \Framework \Model \ResourceModel \AbstractResource ;
1112use Psr \Log \LoggerInterface as Logger ;
1213use Magento \Authorization \Model \UserContextInterface ;
1314use Magento \Framework \Bulk \BulkSummaryInterface ;
1415use Magento \AsynchronousOperations \Model \StatusMapper ;
1516use Magento \AsynchronousOperations \Model \BulkStatus \CalculatedStatusSql ;
1617
17- /**
18- * Class SearchResult
19- */
2018class SearchResult extends \Magento \Framework \View \Element \UiComponent \DataProvider \SearchResult
2119{
2220 /**
@@ -40,7 +38,6 @@ class SearchResult extends \Magento\Framework\View\Element\UiComponent\DataProvi
4038 private $ calculatedStatusSql ;
4139
4240 /**
43- * SearchResult constructor.
4441 * @param EntityFactory $entityFactory
4542 * @param Logger $logger
4643 * @param FetchStrategy $fetchStrategy
@@ -49,7 +46,7 @@ class SearchResult extends \Magento\Framework\View\Element\UiComponent\DataProvi
4946 * @param StatusMapper $statusMapper
5047 * @param CalculatedStatusSql $calculatedStatusSql
5148 * @param string $mainTable
52- * @param null $resourceModel
49+ * @param AbstractResource $resourceModel
5350 * @param string $identifierName
5451 * @SuppressWarnings(PHPMD.ExcessiveParameterList)
5552 */
@@ -80,7 +77,7 @@ public function __construct(
8077 }
8178
8279 /**
83- * { @inheritdoc}
80+ * @inheritdoc
8481 */
8582 protected function _initSelect ()
8683 {
@@ -104,7 +101,7 @@ protected function _initSelect()
104101 }
105102
106103 /**
107- * { @inheritdoc}
104+ * @inheritdoc
108105 */
109106 protected function _afterLoad ()
110107 {
@@ -116,7 +113,7 @@ protected function _afterLoad()
116113 }
117114
118115 /**
119- * { @inheritdoc}
116+ * @inheritdoc
120117 */
121118 public function addFieldToFilter ($ field , $ condition = null )
122119 {
@@ -139,7 +136,7 @@ public function addFieldToFilter($field, $condition = null)
139136 }
140137
141138 /**
142- * { @inheritdoc}
139+ * @inheritdoc
143140 */
144141 public function getSelectCountSql ()
145142 {
0 commit comments