Skip to content

Commit 3d62d90

Browse files
committed
Update phpDoc
1 parent df90ef0 commit 3d62d90

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/DependencyInjection/Compiler/ConfigParserPass.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
use Overblog\GraphQLBundle\Config\Parser\AnnotationParser;
99
use Overblog\GraphQLBundle\Config\Parser\AttributeParser;
1010
use Overblog\GraphQLBundle\Config\Parser\GraphQLParser;
11+
use Overblog\GraphQLBundle\Config\Parser\ParserInterface;
1112
use Overblog\GraphQLBundle\Config\Parser\PreParserInterface;
1213
use Overblog\GraphQLBundle\Config\Parser\YamlParser;
1314
use 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,

0 commit comments

Comments
 (0)