overblog / GraphQLBundle

This bundle provides tools to build a complete GraphQL API server in your Symfony App.
MIT License
780 stars 223 forks source link

PhpStan for AliasedInterface.php #1145

Open martcor opened 8 months ago

martcor commented 8 months ago

Fix PhpStan: Resolver::getAliases() return type has no value type specified in iterable type array. See: https://phpstan.org/blog/solving-phpstan-no-value-type-specified-in-iterable-type

Q A
Bug fix? no
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Documented? yes
Fixed tickets -
License MIT