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 (#686)
by Beatrycze
03:36
created
Classes/Plugin/View3D.php 1 patch
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -27,15 +27,15 @@
 block discarded – undo
27 27
     public $scriptRelPath = 'Classes/Plugin/View3D.php';
28 28
 
29 29
         /**
30
-     * The main method of the PlugIn
31
-     *
32
-     * @access public
33
-     *
34
-     * @param string $content: The PlugIn content
35
-     * @param array $conf: The PlugIn configuration
36
-     *
37
-     * @return string The content that is displayed on the website
38
-     */
30
+         * The main method of the PlugIn
31
+         *
32
+         * @access public
33
+         *
34
+         * @param string $content: The PlugIn content
35
+         * @param array $conf: The PlugIn configuration
36
+         *
37
+         * @return string The content that is displayed on the website
38
+         */
39 39
     public function main($content, $conf)
40 40
     {
41 41
         $this->init($conf);
Please login to merge, or discard this patch.