From 669a193b2352f83e46c291619b9da89407342e01 Mon Sep 17 00:00:00 2001 From: Vincent Bouzeran Date: Fri, 29 Mar 2024 17:52:48 +0100 Subject: [PATCH] Fix doc --- docs/annotations/annotations-reference.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/annotations/annotations-reference.md b/docs/annotations/annotations-reference.md index 05f0bee7..2a124e7e 100644 --- a/docs/annotations/annotations-reference.md +++ b/docs/annotations/annotations-reference.md @@ -599,8 +599,6 @@ Optional attributes: If the `resolveType` attribute is not set, the service `overblog_graphql.interface_type_resolver` will be used to try to resolve the type automatically based on types implementing the interface and their associated class. The system will register a map of interfaces with the list of types and their associated class name implementing the interface (the parameter is named `overblog_graphql_types.interfaces_map` in the container) and use it to resolve the type from the value (the first type where the class `instanceof` operator returns true will be used). -```php - ## @Scalar This annotation is used on a _class_ to define a custom scalar.