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:47
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
@@ -278,7 +278,7 @@
 block discarded – undo
278 278
         $entryArray['doNotLinkIt'] = 1;
279 279
         $entryArray['ITEM_STATE'] = 'HEADER';
280 280
 
281
-        if ($entry['children'] == NULL) {
281
+        if ($entry['children'] == null) {
282 282
             $entryArray['description'] = $entry['description'];
283 283
             $entryArray['image'] = $this->document->getDoc()->getFileLocation($this->document->getDoc()->physicalStructureInfo[$this->document->getDoc()->physicalStructure[1]]['files']['THUMBS']);
284 284
             $entryArray['doNotLinkIt'] = 0;
Please login to merge, or discard this patch.