File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
app/code/Magento/Elasticsearch/Model/Indexer Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 21
21
22
22
/**
23
23
* Indexer Handler for Elasticsearch engine.
24
+ * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
24
25
*/
25
26
class IndexerHandler implements IndexerInterface
26
27
{
27
28
/**
28
29
* Size of default batch
29
30
*/
30
- const DEFAULT_BATCH_SIZE = 500 ;
31
+ public const DEFAULT_BATCH_SIZE = 500 ;
31
32
32
33
/**
33
34
* @var IndexStructureInterface
@@ -98,6 +99,7 @@ class IndexerHandler implements IndexerInterface
98
99
* @param DeploymentConfig|null $deploymentConfig
99
100
* @param CacheContext|null $cacheContext
100
101
* @param Processor|null $processor
102
+ * @SuppressWarnings(PHPMD.ExcessiveParameterList)
101
103
*/
102
104
public function __construct (
103
105
IndexStructureInterface $ indexStructure ,
You can’t perform that action at this time.
0 commit comments