We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -412,7 +412,7 @@ |
||
412 | 412 | |
413 | 413 | } else { |
414 | 414 | |
415 | - $toplevel[$doc->uid]['p'][$doc->id] = array ( |
|
415 | + $toplevel[$doc->uid]['p'][$doc->id] = array ( |
|
416 | 416 | 'u' => $doc->id, |
417 | 417 | 'h' => (!empty($results->highlighting->{$doc->id}->fulltext) ? $results->highlighting->{$doc->id}->fulltext[0] : '') |
418 | 418 | ); |
@@ -296,10 +296,10 @@ |
||
296 | 296 | |
297 | 297 | } elseif (isset($record['subparts'][$resArray->id])) { |
298 | 298 | |
299 | - $record['subparts'][$resArray->id] = array ( |
|
299 | + $record['subparts'][$resArray->id] = array ( |
|
300 | 300 | 'uid' => $resArray->uid, |
301 | 301 | 'page' => $resArray->page, |
302 | - 'preview' => (!empty($result_highlights->highlighting->{$resArray->id}->fulltext[0])?$result_highlights->highlighting->{$resArray->id}->fulltext[0]:""), |
|
302 | + 'preview' => (!empty($result_highlights->highlighting->{$resArray->id}->fulltext[0])?$result_highlights->highlighting->{$resArray->id}->fulltext[0]:""), |
|
303 | 303 | 'thumbnail' => $resArray->thumbnail, |
304 | 304 | 'metadata' => $metadata |
305 | 305 | ); |