From d47d1fcf582b5fac9e251170142b84097e7da50a Mon Sep 17 00:00:00 2001 From: Colin O'Dell Date: Fri, 9 Jun 2023 15:44:33 -0400 Subject: [PATCH] Fix PhpStanExtractor added version --- components/property_info.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/property_info.rst b/components/property_info.rst index 0186e6fbcf1..02421881244 100644 --- a/components/property_info.rst +++ b/components/property_info.rst @@ -442,9 +442,9 @@ information from annotations of properties and methods, such as ``@var``, $phpStanExtractor = new PhpStanExtractor(); $phpStanExtractor->getTypesFromConstructor(Foo::class, 'bar'); -.. versionadded:: 6.1 +.. versionadded:: 5.4 - The ``PhpStanExtractor`` was introduced in Symfony 6.1. + The ``PhpStanExtractor`` was introduced in Symfony 5.4. SerializerExtractor ~~~~~~~~~~~~~~~~~~~