Skip to content
Snippets Groups Projects

Put the description on a single line

Files
2
@@ -11,9 +11,8 @@ use Drupal\graphql\Plugin\GraphQL\SchemaExtension\SdlSchemaExtensionPluginBase;
*
* @SchemaExtension(
* id = "graphql_address_extension",
* name = "GraphQL Address",
* description = "Provides an Address type compatible with fields created
* using the Address module.",
* name = @Translation("GraphQL Address"),
* description = @Translation("Provides an Address type compatible with fields created using the Address module."),
* schema = "graphql_address",
* )
*/
Loading