File tree Expand file tree Collapse file tree 4 files changed +6
-0
lines changed Expand file tree Collapse file tree 4 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -65,6 +65,7 @@ class Rows extends \Magento\Catalog\Model\Indexer\Category\Product\AbstractActio
65
65
* @param EventManagerInterface|null $eventManager
66
66
* @param IndexerRegistry|null $indexerRegistry
67
67
* @param WorkingStateProvider|null $workingStateProvider
68
+ * @SuppressWarnings(PHPMD.ExcessiveParameterList) Preserve compatibility with the parent class
68
69
*/
69
70
public function __construct (
70
71
ResourceConnection $ resource ,
Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ class Rows extends \Magento\Catalog\Model\Indexer\Category\Product\AbstractActio
66
66
* @param EventManagerInterface|null $eventManager
67
67
* @param IndexerRegistry|null $indexerRegistry
68
68
* @param WorkingStateProvider|null $workingStateProvider
69
+ * @SuppressWarnings(PHPMD.ExcessiveParameterList) Preserve compatibility with the parent class
69
70
*/
70
71
public function __construct (
71
72
ResourceConnection $ resource ,
Original file line number Diff line number Diff line change 31
31
32
32
/**
33
33
* Test for Rows action
34
+ *
35
+ * @SuppressWarnings(PHPMD.CouplingBetweenObjects) to preserve compatibility with tested class
34
36
*/
35
37
class RowsTest extends TestCase
36
38
{
Original file line number Diff line number Diff line change 31
31
32
32
/**
33
33
* Test for Rows action
34
+ *
35
+ * @SuppressWarnings(PHPMD.CouplingBetweenObjects) to preserve compatibility with tested class
34
36
*/
35
37
class RowsTest extends TestCase
36
38
{
You can’t perform that action at this time.
0 commit comments