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 (#430)
by Alexander
03:51
created
Classes/Common/Solr.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -530,7 +530,8 @@
 block discarded – undo
530 530
      *
531 531
      * @return boolean TRUE if variable is set and not empty, FALSE otherwise
532 532
      */
533
-    public function __isset($var) {
533
+    public function __isset($var)
534
+    {
534 535
         return !empty($this->__get($var));
535 536
     }
536 537
 
Please login to merge, or discard this patch.
Classes/Common/DocumentList.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -530,7 +530,8 @@
 block discarded – undo
530 530
      *
531 531
      * @return boolean TRUE if variable is set and not empty, FALSE otherwise
532 532
      */
533
-    public function __isset($var) {
533
+    public function __isset($var)
534
+    {
534 535
         return !empty($this->__get($var));
535 536
     }
536 537
 
Please login to merge, or discard this patch.
Classes/Common/Document.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -530,7 +530,8 @@
 block discarded – undo
530 530
      *
531 531
      * @return boolean TRUE if variable is set and not empty, FALSE otherwise
532 532
      */
533
-    public function __isset($var) {
533
+    public function __isset($var)
534
+    {
534 535
         return !empty($this->__get($var));
535 536
     }
536 537
 
Please login to merge, or discard this patch.