We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -524,7 +524,8 @@ discard block |
||
| 524 | 524 | * |
| 525 | 525 | * @return \Solarium\Core\Query\DocumentInterface |
| 526 | 526 | */ |
| 527 | - private static function getSolrDocument($updateQuery, $doc, $unit, $fullText = '') { |
|
| 527 | + private static function getSolrDocument($updateQuery, $doc, $unit, $fullText = '') |
|
| 528 | + { |
|
| 528 | 529 | $solrDoc = $updateQuery->createDocument(); |
| 529 | 530 | // Create unique identifier from document's UID and unit's XML ID. |
| 530 | 531 | $solrDoc->setField('id', $doc->uid . $unit['id']); |
@@ -548,7 +549,8 @@ discard block |
||
| 548 | 549 | * |
| 549 | 550 | * @return array|string |
| 550 | 551 | */ |
| 551 | - private static function removeAppendsFromAuthor($authors) { |
|
| 552 | + private static function removeAppendsFromAuthor($authors) |
|
| 553 | + { |
|
| 552 | 554 | if (is_array($authors)) { |
| 553 | 555 | foreach ($authors as $i => $author) { |
| 554 | 556 | $splitName = explode(chr(31), $author); |