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
04:50
created
Classes/Controller/TableOfContentsController.php 2 patches
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -183,7 +183,7 @@
 block discarded – undo
183 183
     public function makeMenuArray()
184 184
     {
185 185
         if (!empty($this->requestData['logicalPage'])) {
186
-             $this->requestData['page'] = $this->document->getDoc()->getPhysicalPage($this->requestData['logicalPage']);
186
+                $this->requestData['page'] = $this->document->getDoc()->getPhysicalPage($this->requestData['logicalPage']);
187 187
             // The logical page parameter should not appear again
188 188
             unset($this->requestData['logicalPage']);
189 189
         }
Please login to merge, or discard this patch.
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -301,7 +301,7 @@
 block discarded – undo
301 301
         $entryArray['pagination'] = htmlspecialchars($entry['pagination']);
302 302
         $entryArray['doNotLinkIt'] = 1;
303 303
 
304
-        if ($entry['children'] == NULL) {
304
+        if ($entry['children'] == null) {
305 305
             $entryArray['description'] = $entry['description'];
306 306
             $entryArray['image'] = $this->document->getDoc()->getFileLocation($this->document->getDoc()->physicalStructureInfo[$this->document->getDoc()->physicalStructure[1]]['files']['THUMBS']);
307 307
             $entryArray['doNotLinkIt'] = 0;
Please login to merge, or discard this patch.