8000 Fix PhpStanExtractor added version · symfony/symfony-docs@d47d1fc · GitHub
[go: up one dir, main page]

Skip to content

Commit d47d1fc

Browse files
authored
Fix PhpStanExtractor added version
1 parent 9ce082c commit d47d1fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/property_info.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -442,9 +442,9 @@ information from annotations of properties and methods, such as ``@var``,
442442
$phpStanExtractor = new PhpStanExtractor();
443443
$phpStanExtractor->getTypesFromConstructor(Foo::class, 'bar');
444444

445-
.. versionadded:: 6.1
445+
.. versionadded:: 5.4
446446

447-
The ``PhpStanExtractor`` was introduced in Symfony 6.1.
447+
The ``PhpStanExtractor`` was introduced in Symfony 5.4.
448448

449449
SerializerExtractor
450450
~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)
0