We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -521,7 +521,8 @@ discard block |
||
| 521 | 521 | * |
| 522 | 522 | * @return \Solarium\Core\Query\AbstractQuery|\Solarium\QueryType\Update\Query\Query |
| 523 | 523 | */ |
| 524 | - private static function getUpdateQuery($doc, $unit, $fullText = '') { |
|
| 524 | + private static function getUpdateQuery($doc, $unit, $fullText = '') |
|
| 525 | + { |
|
| 525 | 526 | $updateQuery = self::$solr->service->createUpdate(); |
| 526 | 527 | $solrDoc = $updateQuery->createDocument(); |
| 527 | 528 | // Create unique identifier from document's UID and unit's XML ID. |
@@ -546,7 +547,8 @@ discard block |
||
| 546 | 547 | * |
| 547 | 548 | * @return array|string |
| 548 | 549 | */ |
| 549 | - private static function removeAppendsFromAuthor($authors) { |
|
| 550 | + private static function removeAppendsFromAuthor($authors) |
|
| 551 | + { |
|
| 550 | 552 | if (is_array($authors)) { |
| 551 | 553 | foreach ($authors as $i => $author) { |
| 552 | 554 | $splitName = explode(chr(31), $author); |