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
Push — master ( 67cfe3...9c7e21 )
by
unknown
04:03
created
Classes/Controller/ToolboxController.php 1 patch
Braces   +4 added lines, -2 removed lines patch added patch discarded remove patch
@@ -60,7 +60,8 @@  discard block
 block discarded – undo
60 60
      *
61 61
      * @return void
62 62
      */
63
-    private function renderTool() {
63
+    private function renderTool()
64
+    {
64 65
         if (!empty($this->settings['tool'])) {
65 66
             switch ($this->settings['tool']) {
66 67
                 case 'tx_dlf_annotationtool':
@@ -97,7 +98,8 @@  discard block
 block discarded – undo
97 98
      *
98 99
      * @return void
99 100
      */
100
-    private function renderToolByName(string $tool) {
101
+    private function renderToolByName(string $tool)
102
+    {
101 103
         $this->$tool();
102 104
         $this->view->assign($tool, true);
103 105
     }
Please login to merge, or discard this patch.