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 — 1.0 ( c013fa...145725 )
by Henrique
03:25
created
library/Rules/Sf.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -29,6 +29,9 @@
 block discarded – undo
29 29
         $this->constraint = $this->createSymfonyConstraint($this->name, $params);
30 30
     }
31 31
 
32
+    /**
33
+     * @param string $constraintName
34
+     */
32 35
     private function createSymfonyConstraint($constraintName, $constraintConstructorParameters = [])
33 36
     {
34 37
         $fullClassName = sprintf(self::SYMFONY_CONSTRAINT_NAMESPACE, $constraintName);
Please login to merge, or discard this patch.
library/Rules/Size.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@
 block discarded – undo
56 56
     /**
57 57
      * @todo Move it to a trait
58 58
      *
59
-     * @param mixed $size
59
+     * @param string $size
60 60
      *
61 61
      * @return int
62 62
      */
Please login to merge, or discard this patch.
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.