We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -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) { |