Skip to content

Commit 767e167

Browse files
committed
docs(SchemaExtension): Remove wrong return type doc comment
1 parent ffb0685 commit 767e167

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Plugin/SchemaExtensionPluginInterface.php

-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ interface SchemaExtensionPluginInterface extends PluginInspectionInterface, Deri
1313
*
1414
* @param \Drupal\graphql\GraphQL\ResolverRegistryInterface $registry
1515
* The resolver registry.
16-
*
17-
* @return \GraphQL\Type\Schema
18-
* The schema.
1916
*/
2017
public function registerResolvers(ResolverRegistryInterface $registry);
2118

0 commit comments

Comments
 (0)