Skip to content

Commit f5b98b7

Browse files
committed
Merge branch '5.1'
* 5.1: [PropertyInfo] Update property_info.rst
2 parents 70388e4 + e5c91bb commit f5b98b7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

components/property_info.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -492,6 +492,8 @@ service by defining it as a service with one or more of the following
492492
* ``property_info.type_extractor`` if it provides type information.
493493
* ``property_info.description_extractor`` if it provides description information.
494494
* ``property_info.access_extractor`` if it provides access information.
495+
* ``property_info.initializable_extractor`` if it provides initializable information
496+
(it checks if a property can be initialized through the constructor).
495497

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

0 commit comments

Comments
 (0)