Scrutinizer GitHub App not installed

We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.

Install GitHub App

GitHub Access Token became invalid

It seems like the GitHub access token used for retrieving details about this repository from GitHub became invalid. This might prevent certain types of inspections from being run (in particular, everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.
Passed
Pull Request — master (#711)
by Beatrycze
03:05
created
Classes/Common/Indexer.php 1 patch
Braces   +4 added lines, -2 removed lines patch added patch discarded remove patch
@@ -524,7 +524,8 @@  discard block
 block discarded – undo
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
 block discarded – undo
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);
Please login to merge, or discard this patch.