We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7807e9b commit bcf07d5Copy full SHA for bcf07d5
components/property_info.rst
@@ -532,11 +532,6 @@ on the constructor arguments::
532
$constructorExtractor = new ConstructorExtractor([new ReflectionExtractor()]);
533
$constructorExtractor->getTypes(Foo::class, 'bar')[0]->getBuiltinType(); // returns 'string'
534
535
-.. versionadded:: 5.2
536
-
537
- The :class:`Symfony\\Component\\PropertyInfo\\Extractor\\ConstructorExtractor`
538
- was introduced in Symfony 5.2.
539
540
.. _`components-property-information-extractors-creation`:
541
542
Creating Your Own Extractors
0 commit comments