We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -102,7 +102,7 @@ |
||
| 102 | 102 | $listRequestData = GeneralUtility::_GPmerged('tx_dlf_listview'); |
| 103 | 103 | |
| 104 | 104 | if (isset($listRequestData['searchParameter']) && is_array($listRequestData['searchParameter'])) { |
| 105 | - $this->searchParams = array_merge($this->searchParams ?: [], $listRequestData['searchParameter']); |
|
| 105 | + $this->searchParams = array_merge($this->searchParams ? : [], $listRequestData['searchParameter']); |
|
| 106 | 106 | $listViewSearch = true; |
| 107 | 107 | $GLOBALS['TSFE']->fe_user->setKey('ses', 'search', $this->searchParams); |
| 108 | 108 | } |
@@ -358,7 +358,8 @@ discard block |
||
| 358 | 358 | * |
| 359 | 359 | * @return string The collection query string |
| 360 | 360 | */ |
| 361 | - private function addCollectionsQuery($query) { |
|
| 361 | + private function addCollectionsQuery($query) |
|
| 362 | + { |
|
| 362 | 363 | // if collections are given, we prepare the collections query string |
| 363 | 364 | // extract collections from collection parameter |
| 364 | 365 | $collections = null; |
@@ -453,7 +454,8 @@ discard block |
||
| 453 | 454 | * |
| 454 | 455 | * @return array menu array |
| 455 | 456 | */ |
| 456 | - private function processResults($facet, $facetCollectionArray, $search) { |
|
| 457 | + private function processResults($facet, $facetCollectionArray, $search) |
|
| 458 | + { |
|
| 457 | 459 | $menuArray = []; |
| 458 | 460 | |
| 459 | 461 | if ($facet) { |