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 (#899)
by Beatrycze
03:23
created
Classes/Controller/AbstractController.php 1 patch
Braces   +4 added lines, -2 removed lines patch added patch discarded remove patch
@@ -178,7 +178,8 @@  discard block
 block discarded – undo
178 178
      * 
179 179
      * @return boolean
180 180
      */
181
-    protected function isDocMissingOrEmpty() {
181
+    protected function isDocMissingOrEmpty()
182
+    {
182 183
         return $this->isDocMissing() || $this->document->getDoc()->numPages < 1;
183 184
     }
184 185
 
@@ -187,7 +188,8 @@  discard block
 block discarded – undo
187 188
      * 
188 189
      * @return boolean
189 190
      */
190
-    protected function isDocMissing() {
191
+    protected function isDocMissing()
192
+    {
191 193
         return $this->document === null || $this->document->getDoc() === null;
192 194
     }
193 195
 
Please login to merge, or discard this patch.