File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
src/DependencyInjection/Compiler Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 88use Overblog \GraphQLBundle \Config \Parser \AnnotationParser ;
99use Overblog \GraphQLBundle \Config \Parser \AttributeParser ;
1010use Overblog \GraphQLBundle \Config \Parser \GraphQLParser ;
11+ use Overblog \GraphQLBundle \Config \Parser \ParserInterface ;
1112use Overblog \GraphQLBundle \Config \Parser \PreParserInterface ;
1213use Overblog \GraphQLBundle \Config \Parser \YamlParser ;
1314use Overblog \GraphQLBundle \DependencyInjection \TypesConfiguration ;
@@ -43,7 +44,7 @@ class ConfigParserPass implements CompilerPassInterface
4344 ];
4445
4546 /**
46- * @var array<string, class-string<PreParserInterface>>
47+ * @var array<string, class-string<ParserInterface| PreParserInterface>>
4748 */
4849 public const PARSERS = [
4950 'yaml ' => YamlParser::class,
You can’t perform that action at this time.
0 commit comments