We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -278,7 +278,7 @@ |
||
| 278 | 278 | |
| 279 | 279 | if ($this->solrCoreRepository->findOneByPid($this->pid) === null) { |
| 280 | 280 | $newRecord = GeneralUtility::makeInstance(SolrCore::class); |
| 281 | - $newRecord->setLabel($this->getLLL('flexform.solrcore', $this->siteLanguages[0]->getTypo3Language(), $beLabels). ' (PID ' . $this->pid . ')'); |
|
| 281 | + $newRecord->setLabel($this->getLLL('flexform.solrcore', $this->siteLanguages[0]->getTypo3Language(), $beLabels) . ' (PID ' . $this->pid . ')'); |
|
| 282 | 282 | $indexName = Solr::createCore(''); |
| 283 | 283 | if (!empty($indexName)) { |
| 284 | 284 | $newRecord->setIndexName($indexName); |