8000 minor #18399 [PropertyInfo] Fix PhpStanExtractor added version (colin… · symfony/symfony-docs@db084b4 · GitHub
[go: up one dir, main page]

Skip to content

Commit db084b4

Browse files
committed
minor #18399 [PropertyInfo] Fix PhpStanExtractor added version (colinodell)
This PR was merged into the 6.2 branch. Discussion ---------- [PropertyInfo] Fix PhpStanExtractor added version `PhpStanExtractor` was actually added in 5.4: symfony/symfony#40457 (comment) Commits ------- d47d1fc Fix PhpStanExtractor added version
2 parents 5e7f1f7 + d47d1fc commit db084b4

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
@@ -443,9 +443,9 @@ information from annotations of properties and methods, such as ``@var``,
443443
$phpStanExtractor = new PhpStanExtractor();
444444
$phpStanExtractor->getTypesFromConstructor(Foo::class, 'bar');
445445

446-
.. versionadded:: 6.1
446+
.. versionadded:: 5.4
447447

448-
The ``PhpStanExtractor`` was introduced in Symfony 6.1.
448+
The ``PhpStanExtractor`` was introduced in Symfony 5.4.
449449

450450
SerializerExtractor
451451
~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)
0