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 (#772)
by Beatrycze
03:20 queued 14s
created
Classes/Plugin/TableOfContents.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -334,9 +334,9 @@
 block discarded – undo
334 334
         $entryArray['pagination'] = htmlspecialchars($entry['pagination']);
335 335
         $entryArray['doNotLinkIt'] = 1;
336 336
 
337
-        if($entry['children'] == NULL) {
337
+        if ($entry['children'] == NULL) {
338 338
             $entryArray['description'] = $entry['description'];
339
-            $entryArray['image'] = $this->doc->getFileLocation($this->doc->physicalStructureInfo[$this->doc->physicalStructure[1]]['files']['THUMBS']);;
339
+            $entryArray['image'] = $this->doc->getFileLocation($this->doc->physicalStructureInfo[$this->doc->physicalStructure[1]]['files']['THUMBS']); ;
340 340
             $entryArray['doNotLinkIt'] = 0;
341 341
             // index.php?tx_dlf%5Bid%5D=http%3A%2F%2Flink_to_METS_file.xml
342 342
             $entryArray['_OVERRIDE_HREF'] = '/index.php?id=' . GeneralUtility::_GET('id') . '&tx_dlf%5Bid%5D=' . urlencode($entry['points']);
Please login to merge, or discard this patch.