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);