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 — 0.11 (#426)
by Robin
24:03
created
src/DependencyInjection/Configuration.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -235,6 +235,9 @@
 block discarded – undo
235 235
         return $node;
236 236
     }
237 237
 
238
+    /**
239
+     * @return \Symfony\Component\Config\Definition\Builder\NodeDefinition
240
+     */
238 241
     private function definitionsMappingsSection()
239 242
     {
240 243
         $builder = new TreeBuilder('mappings');
Please login to merge, or discard this patch.