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
Pull Request — master (#277)
by Jérémiah
14:57
created
Resolver/TypeResolver.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -37,6 +37,9 @@
 block discarded – undo
37 37
         return $item->get();
38 38
     }
39 39
 
40
+    /**
41
+     * @param string $alias
42
+     */
40 43
     private function string2Type($alias)
41 44
     {
42 45
         if (false !== ($type = $this->wrapTypeIfNeeded($alias))) {
Please login to merge, or discard this patch.