Skip to content

Commit bcf07d5

Browse files
committed
Enhancement: Remove obsolete versionadded directive
1 parent 7807e9b commit bcf07d5

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)