File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -379,9 +379,9 @@ PhpDocExtractor
379
379
380
380
.. note ::
381
381
382
- This extractor depends on the `phpdocumentor/reflection `_ library.
382
+ This extractor depends on the `phpdocumentor/reflection-docblock `_ library.
383
383
384
- Using `phpDocumentor Reflection `_ to parse property and method annotations,
384
+ Using `phpDocumentor ReflectionDocBlock `_ to parse property and method annotations,
385
385
the :class: `Symfony\\ Component\\ PropertyInfo\\ Extractor\\ PhpDocExtractor `
386
386
provides type and description information. This extractor is automatically
387
387
registered with the ``property_info `` in the Symfony Framework *if * the dependent
@@ -481,8 +481,8 @@ service by defining it as a service with one or more of the following
481
481
* ``property_info.access_extractor `` if it provides access information.
482
482
483
483
.. _Packagist : https://packagist.org/packages/symfony/property-info
484
- .. _`phpDocumentor Reflection ` : https://github.com/phpDocumentor/Reflection
485
- .. _`phpdocumentor/reflection` : https://packagist.org/packages/phpdocumentor/reflection
484
+ .. _`phpDocumentor ReflectionDocBlock ` : https://github.com/phpDocumentor/ReflectionDocBlock
485
+ .. _`phpdocumentor/reflection-docblock ` : https://packagist.org/packages/phpdocumentor/reflection-docblock
486
486
.. _`Doctrine ORM` : http://www.doctrine-project.org/projects/orm.html
487
487
.. _`symfony/serializer` : https://packagist.org/packages/symfony/serializer
488
488
.. _`symfony/doctrine-bridge` : https://packagist.org/packages/symfony/doctrine-bridge
You can’t perform that action at this time.
0 commit comments