We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -54,6 +54,9 @@ discard block |
||
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 |
||
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(); |