File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/Tax/Model Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -207,7 +207,7 @@ class Calculation extends \Magento\Framework\Model\AbstractModel
207
207
* @param SearchCriteriaBuilder $searchCriteriaBuilder
208
208
* @param FilterBuilder $filterBuilder
209
209
* @param TaxClassRepositoryInterface $taxClassRepository
210
- * @param \Magento\Framework\Data\Collection\Db $resourceCollection
210
+ * @param \Magento\Framework\Data\Collection\AbstractDb $resourceCollection
211
211
* @param array $data
212
212
* @SuppressWarnings(PHPMD.ExcessiveParameterList)
213
213
*/
@@ -229,7 +229,7 @@ public function __construct(
229
229
SearchCriteriaBuilder $ searchCriteriaBuilder ,
230
230
FilterBuilder $ filterBuilder ,
231
231
TaxClassRepositoryInterface $ taxClassRepository ,
232
- \Magento \Framework \Data \Collection \Db $ resourceCollection = null ,
232
+ \Magento \Framework \Data \Collection \AbstractDb $ resourceCollection = null ,
233
233
array $ data = []
234
234
) {
235
235
$ this ->_scopeConfig = $ scopeConfig ;
You can’t perform that action at this time.
0 commit comments