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 (#237)
by Jérémiah
07:59
created
Resolver/TypeResolver.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,6 +37,9 @@  discard block
 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))) {
@@ -97,7 +100,7 @@  discard block
 block discarded – undo
97 100
 
98 101
     /**
99 102
      * @param string     $alias
100
-     * @param \Throwable $errorOrException
103
+     * @param \Exception $errorOrException
101 104
      *
102 105
      * @return \RuntimeException
103 106
      */
Please login to merge, or discard this patch.
DependencyInjection/TypesConfiguration.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -160,6 +160,9 @@
 block discarded – undo
160 160
             ;
161 161
     }
162 162
 
163
+    /**
164
+     * @param string $typeToTreat
165
+     */
163 166
     private function relayNormalizer($typeToTreat, $definitionBuilderClass)
164 167
     {
165 168
         return function ($types) use ($typeToTreat, $definitionBuilderClass) {
Please login to merge, or discard this patch.