File tree Expand file tree Collapse file tree 5 files changed +8
-7
lines changed
Adapter/Mysql/Plugin/Aggregation/Category
Indexer/Category/Product/Plugin Expand file tree Collapse file tree 5 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 10
10
use Magento \Framework \Model \AbstractModel ;
11
11
use Magento \Catalog \Model \Indexer \Category \Product ;
12
12
use Magento \Framework \App \ObjectManager ;
13
- use Magento \Catalog \Model \Indexer \Category \Product \tableMaintainer ;
13
+ use Magento \Catalog \Model \Indexer \Category \Product \TableMaintainer ;
14
14
15
15
class StoreGroup
16
16
{
Original file line number Diff line number Diff line change 10
10
use Magento \Framework \DB \Sql \UnionExpression ;
11
11
use Magento \Framework \App \ObjectManager ;
12
12
use Magento \Store \Model \StoreManagerInterface ;
13
- use Magento \Catalog \Model \Indexer \Category \Product \tableMaintainer ;
13
+ use Magento \Catalog \Model \Indexer \Category \Product \TableMaintainer ;
14
14
15
15
/**
16
16
* Provides info about product categories.
Original file line number Diff line number Diff line change 18
18
use Magento \Framework \DB \Select ;
19
19
use Magento \Framework \EntityManager \MetadataPool ;
20
20
use Magento \Store \Model \Store ;
21
- use Magento \Catalog \Model \Indexer \Category \Product \tableMaintainer ;
21
+ use Magento \Catalog \Model \Indexer \Category \Product \TableMaintainer ;
22
22
23
23
/**
24
24
* Product collection
Original file line number Diff line number Diff line change 16
16
use Magento \Framework \Indexer \ScopeResolver \IndexScopeResolver as TableResolver ;
17
17
use Magento \Catalog \Model \Indexer \Category \Product \AbstractAction ;
18
18
19
+ /**
20
+ * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
21
+ */
19
22
class DataProvider
20
23
{
21
24
/**
@@ -51,8 +54,7 @@ public function __construct(
51
54
ResourceConnection $ resource ,
52
55
ScopeResolverInterface $ scopeResolver ,
53
56
Resolver $ layerResolver ,
54
- TableResolver $ tableResolver = null ,
55
- Dimension $ catalogCategoryProductDimension = null
57
+ TableResolver $ tableResolver = null
56
58
) {
57
59
$ this ->resource = $ resource ;
58
60
$ this ->scopeResolver = $ scopeResolver ;
Original file line number Diff line number Diff line change @@ -53,8 +53,7 @@ public function __construct(
53
53
\Magento \Framework \App \ResourceConnection $ resourceConnection ,
54
54
\Magento \Store \Model \StoreManagerInterface $ storeManager ,
55
55
AliasResolver $ aliasResolver ,
56
- TableResolver $ tableResolver = null ,
57
- Dimension $ catalogCategoryProductDimension = null
56
+ TableResolver $ tableResolver = null
58
57
) {
59
58
$ this ->resourceConnection = $ resourceConnection ;
60
59
$ this ->storeManager = $ storeManager ;
You can’t perform that action at this time.
0 commit comments