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

Completed
Push — master ( e1678b...c65e1e )
by Henrique
04:51
created
library/Rules/Email.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -21,6 +21,9 @@
 block discarded – undo
21 21
         $this->emailValidator = $emailValidator;
22 22
     }
23 23
 
24
+    /**
25
+     * @return string
26
+     */
24 27
     public function getEmailValidator()
25 28
     {
26 29
         if (!$this->emailValidator instanceof EmailValidator
Please login to merge, or discard this patch.