From 7214ad2bbeaf4a99b55ba34f23c349cd092eb5a6 Mon Sep 17 00:00:00 2001 From: HypeMC Date: Wed, 12 Mar 2025 16:13:08 +0100 Subject: [PATCH] [PropertyInfo] Fix class namespace --- components/property_info.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/property_info.rst b/components/property_info.rst index 10c4d161377..39019657ced 100644 --- a/components/property_info.rst +++ b/components/property_info.rst @@ -572,7 +572,7 @@ Creating Your Own Extractors You can create your own property information extractors by creating a class that implements one or more of the following interfaces: -:class:`Symfony\\Component\\PropertyInfo\\ConstructorArgumentTypeExtractorInterface`, +:class:`Symfony\\Component\\PropertyInfo\\Extractor\\ConstructorArgumentTypeExtractorInterface`, :class:`Symfony\\Component\\PropertyInfo\\PropertyAccessExtractorInterface`, :class:`Symfony\\Component\\PropertyInfo\\PropertyDescriptionExtractorInterface`, :class:`Symfony\\Component\\PropertyInfo\\PropertyListExtractorInterface`,