We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -552,7 +552,7 @@ |
||
| 552 | 552 | $results = $solr->service->select($selectQuery); |
| 553 | 553 | $facet = $results->getFacetSet(); |
| 554 | 554 | |
| 555 | - $facetCollectionArray = array(); |
|
| 555 | + $facetCollectionArray = array (); |
|
| 556 | 556 | foreach (\TYPO3\CMS\Core\Utility\GeneralUtility::trimExplode(',', $this->conf['facetCollections'], TRUE) as $facetCollection) { |
| 557 | 557 | |
| 558 | 558 | $result = $GLOBALS['TYPO3_DB']->exec_SELECTquery( |