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
Push — master ( 180290...4c80a4 )
by Jérémiah
01:37
created
Config/TypeWithOutputFieldsDefinition.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -54,6 +54,9 @@  discard block
 block discarded – undo
54 54
         self::$fieldBuilderClassMap[$name] = $fieldBuilderClass;
55 55
     }
56 56
 
57
+    /**
58
+     * @param string $type
59
+     */
57 60
     protected static function checkBuilderClass($builderClass, $type)
58 61
     {
59 62
         $interface = 'Overblog\\GraphQLBundle\\Definition\\Builder\\MappingInterface';
@@ -116,6 +119,9 @@  discard block
 block discarded – undo
116 119
         throw new InvalidConfigurationException(sprintf('%s builder "%s" not found.', ucfirst($type), $name));
117 120
     }
118 121
 
122
+    /**
123
+     * @param string $name
124
+     */
119 125
     protected function outputFieldsSelection($name)
120 126
     {
121 127
         $builder = new TreeBuilder();
Please login to merge, or discard this patch.