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
Pull Request — master (#237)
by Jérémiah
07:37
created
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.