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

Passed
Push — master ( e7e7ee...cab67b )
by Jérémiah
02:52
created
Resolver/TypeResolver.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -27,6 +27,9 @@
 block discarded – undo
27 27
         return $this->cache[$alias];
28 28
     }
29 29
 
30
+    /**
31
+     * @param string $alias
32
+     */
30 33
     private function string2Type($alias)
31 34
     {
32 35
         if (false !== ($type = $this->wrapTypeIfNeeded($alias))) {
Please login to merge, or discard this patch.