Skip to content

Commit 612aead

Browse files
committed
bug #20759 [PropertyInfo] Fix class namespace (HypeMC)
This PR was merged into the 7.3 branch. Discussion ---------- [PropertyInfo] Fix class namespace A small mistake I made in #20752. Commits ------- 7214ad2 [PropertyInfo] Fix class namespace
2 parents 10051e9 + 7214ad2 commit 612aead

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/property_info.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ Creating Your Own Extractors
572572

573573
You can create your own property information extractors by creating a
574574
class that implements one or more of the following interfaces:
575-
:class:`Symfony\\Component\\PropertyInfo\\ConstructorArgumentTypeExtractorInterface`,
575+
:class:`Symfony\\Component\\PropertyInfo\\Extractor\\ConstructorArgumentTypeExtractorInterface`,
576576
:class:`Symfony\\Component\\PropertyInfo\\PropertyAccessExtractorInterface`,
577577
:class:`Symfony\\Component\\PropertyInfo\\PropertyDescriptionExtractorInterface`,
578578
:class:`Symfony\\Component\\PropertyInfo\\PropertyListExtractorInterface`,

0 commit comments

Comments
 (0)