We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -545,7 +545,8 @@ discard block |
||
| 545 | 545 | * @param \TYPO3\CMS\Extbase\Persistence\Generic\QueryResult $listedMetadata |
| 546 | 546 | * @return array |
| 547 | 547 | */ |
| 548 | - public function findSolrByCollection($collections, $settings, $searchParams, $listedMetadata = null) { |
|
| 548 | + public function findSolrByCollection($collections, $settings, $searchParams, $listedMetadata = null) |
|
| 549 | + { |
|
| 549 | 550 | |
| 550 | 551 | $this->settings = $settings; |
| 551 | 552 | |
@@ -703,7 +704,8 @@ discard block |
||
| 703 | 704 | * @param \TYPO3\CMS\Extbase\Persistence\Generic\QueryResult $listedMetadata |
| 704 | 705 | * @return array |
| 705 | 706 | */ |
| 706 | - protected function fetchMetadataFromSolr($uid, $settings, $listedMetadata = []) { |
|
| 707 | + protected function fetchMetadataFromSolr($uid, $settings, $listedMetadata = []) |
|
| 708 | + { |
|
| 707 | 709 | |
| 708 | 710 | $this->settings = $settings; |
| 709 | 711 | |