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 8
8
use Overblog \GraphQLBundle \Config \Parser \AnnotationParser ;
9
9
use Overblog \GraphQLBundle \Config \Parser \AttributeParser ;
10
10
use Overblog \GraphQLBundle \Config \Parser \GraphQLParser ;
11
+ use Overblog \GraphQLBundle \Config \Parser \ParserInterface ;
11
12
use Overblog \GraphQLBundle \Config \Parser \PreParserInterface ;
12
13
use Overblog \GraphQLBundle \Config \Parser \YamlParser ;
13
14
use Overblog \GraphQLBundle \DependencyInjection \TypesConfiguration ;
@@ -43,7 +44,7 @@ class ConfigParserPass implements CompilerPassInterface
43
44
];
44
45
45
46
/**
46
- * @var array<string, class-string<PreParserInterface>>
47
+ * @var array<string, class-string<ParserInterface| PreParserInterface>>
47
48
*/
48
49
public const PARSERS = [
49
50
'yaml ' => YamlParser::class,
You can’t perform that action at this time.
0 commit comments