Skip to content

Commit c9be702

Browse files
committed
Merge branch '6.2' into 6.3
* 6.2: Enhancement: Remove obsolete versionadded directive
2 parents da5ef32 + bcf07d5 commit c9be702

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

components/property_info.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -532,11 +532,6 @@ on the constructor arguments::
532532
$constructorExtractor = new ConstructorExtractor([new ReflectionExtractor()]);
533533
$constructorExtractor->getTypes(Foo::class, 'bar')[0]->getBuiltinType(); // returns 'string'
534534

535-
.. versionadded:: 5.2
536-
537-
The :class:`Symfony\\Component\\PropertyInfo\\Extractor\\ConstructorExtractor`
538-
was introduced in Symfony 5.2.
539-
540535
.. _`components-property-information-extractors-creation`:
541536

542537
Creating Your Own Extractors

0 commit comments

Comments
 (0)