Skip to content

Commit

Permalink
docs(SchemaExtension): Remove wrong return type doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
klausi committed Jul 3, 2020
1 parent ffb0685 commit 767e167
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Plugin/SchemaExtensionPluginInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 767e167

Please sign in to comment.