We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -531,7 +531,8 @@ discard block |
||
| 531 | 531 | * |
| 532 | 532 | * @return \Solarium\Core\Query\DocumentInterface |
| 533 | 533 | */ |
| 534 | - private static function getSolrDocument($updateQuery, $document, $unit, $fullText = '') { |
|
| 534 | + private static function getSolrDocument($updateQuery, $document, $unit, $fullText = '') |
|
| 535 | + { |
|
| 535 | 536 | $solrDoc = $updateQuery->createDocument(); |
| 536 | 537 | // Create unique identifier from document's UID and unit's XML ID. |
| 537 | 538 | $solrDoc->setField('id', $document->getUid() . $unit['id']); |
@@ -555,7 +556,8 @@ discard block |
||
| 555 | 556 | * |
| 556 | 557 | * @return array|string |
| 557 | 558 | */ |
| 558 | - private static function removeAppendsFromAuthor($authors) { |
|
| 559 | + private static function removeAppendsFromAuthor($authors) |
|
| 560 | + { |
|
| 559 | 561 | if (is_array($authors)) { |
| 560 | 562 | foreach ($authors as $i => $author) { |
| 561 | 563 | $splitName = explode(chr(31), $author); |