From ea090295565ed69a695c6f4e156edb87f99cf2c7 Mon Sep 17 00:00:00 2001 From: Christophe VERGNE Date: Wed, 25 Mar 2026 12:00:06 +0100 Subject: [PATCH] Fix typo in old Doctrine Annotation syntax The text was displaying the Attribute syntax instead of the Doctrine Annotation syntax. --- website/versioned_docs/version-8.0.0/queries.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/versioned_docs/version-8.0.0/queries.mdx b/website/versioned_docs/version-8.0.0/queries.mdx index 138e4812eb..14e4244287 100644 --- a/website/versioned_docs/version-8.0.0/queries.mdx +++ b/website/versioned_docs/version-8.0.0/queries.mdx @@ -44,7 +44,7 @@ As you can see, GraphQLite will automatically do the mapping between PHP types a GraphQLite relies a lot on attributes. -It supports the new PHP 8 attributes (`#[Query]`), the "Doctrine annotations" style (`#[Query]`) was dropped. +It supports the new PHP 8 attributes (`#[Query]`), the "Doctrine annotations" style (`@Query`) was dropped. ## Testing the query