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 (#647)
by Alexander
04:59 queued 02:33
created
Classes/Common/Helper.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -204,7 +204,8 @@
 block discarded – undo
204 204
      *
205 205
      * @return mixed
206 206
      */
207
-    public static function getXmlFileAsString($content) {
207
+    public static function getXmlFileAsString($content)
208
+    {
208 209
         // Turn off libxml's error logging.
209 210
         $libxmlErrors = libxml_use_internal_errors(true);
210 211
         // Disables the functionality to allow external entities to be loaded when parsing the XML, must be kept
Please login to merge, or discard this patch.