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
02:59 queued 14s
created
Classes/Common/Indexer.php 1 patch
Braces   +4 added lines, -2 removed lines patch added patch discarded remove patch
@@ -521,7 +521,8 @@  discard block
 block discarded – undo
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
 block discarded – undo
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);
Please login to merge, or discard this patch.