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 — 0.9 ( 7febcf...7d978d )
by Henrique
05:55 queued 01:27
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.