| Conditions | 1 |
| Paths | 1 |
| Total Lines | 12 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 3 | ||
| Bugs | 1 | Features | 1 |
| 1 | <?php |
||
| 14 | public function processGroup( |
||
| 15 | LoggerInterface $logger, |
||
| 16 | SolrIndex $indexInstance, |
||
| 17 | $state, |
||
| 18 | $class, |
||
| 19 | $groups, |
||
| 20 | $group, |
||
| 21 | $taskName |
||
| 22 | ) { |
||
| 23 | $indexName = $indexInstance->getIndexName(); |
||
| 24 | $stateName = json_encode($state); |
||
| 25 | $logger->info("Called processGroup with {$indexName}, {$stateName}, {$class}, group {$group} of {$groups}"); |
||
| 26 | } |
||
| 33 |