From 767e167b05e5240aee8979c6bbc62661d3e386a2 Mon Sep 17 00:00:00 2001 From: Klaus Purer Date: Fri, 3 Jul 2020 13:00:16 +0200 Subject: [PATCH] docs(SchemaExtension): Remove wrong return type doc comment --- src/Plugin/SchemaExtensionPluginInterface.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Plugin/SchemaExtensionPluginInterface.php b/src/Plugin/SchemaExtensionPluginInterface.php index 870545a33..916d16164 100644 --- a/src/Plugin/SchemaExtensionPluginInterface.php +++ b/src/Plugin/SchemaExtensionPluginInterface.php @@ -13,9 +13,6 @@ interface SchemaExtensionPluginInterface extends PluginInspectionInterface, Deri * * @param \Drupal\graphql\GraphQL\ResolverRegistryInterface $registry * The resolver registry. - * - * @return \GraphQL\Type\Schema - * The schema. */ public function registerResolvers(ResolverRegistryInterface $registry);