Skip to content

Commit 5e722c8

Browse files
committed
Merge branch '4.4' into 5.0
* 4.4: [PropertyInfo] Update property_info.rst
2 parents 9848b6e + 3a00035 commit 5e722c8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

components/property_info.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -487,6 +487,12 @@ service by defining it as a service with one or more of the following
487487
* ``property_info.type_extractor`` if it provides type information.
488488
* ``property_info.description_extractor`` if it provides description information.
489489
* ``property_info.access_extractor`` if it provides access information.
490+
* ``property_info.initializable_extractor`` if it provides initializable information
491+
(it checks if a property can be initialized through the constructor).
492+
493+
.. versionadded:: 4.2
494+
495+
The ``property_info.initializable_extractor`` was introduced in Symfony 4.2.
490496

491497
.. _`phpDocumentor Reflection`: https://github.com/phpDocumentor/ReflectionDocBlock
492498
.. _`phpdocumentor/reflection-docblock`: https://packagist.org/packages/phpdocumentor/reflection-docblock

0 commit comments

Comments
 (0)