Skip to content

Commit 693437e

Browse files
committed
Minor tweaks
1 parent 7d7b528 commit 693437e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

components/property_info.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ library is present::
412412
$phpDocExtractor->getLongDescription($class, $property);
413413

414414
PhpStanExtractor
415-
~~~~~~~~~~~~~~~
415+
~~~~~~~~~~~~~~~~
416416

417417
.. note::
418418

@@ -442,6 +442,10 @@ 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
446+
447+
The ``PhpStanExtractor`` was introduced in Symfony 6.1.
448+
445449
SerializerExtractor
446450
~~~~~~~~~~~~~~~~~~~
447451

0 commit comments

Comments
 (0)