From 5f47814ce75d40a9e361c56baebebe541bef1bb3 Mon Sep 17 00:00:00 2001 From: Fayez NACCACHE Date: Tue, 10 Oct 2017 18:11:44 +0200 Subject: [PATCH] [PropertyInfo] fix phpdocumentor package name --- components/property_info.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/components/property_info.rst b/components/property_info.rst index 8e642a03e31..af9ac7cd69d 100644 --- a/components/property_info.rst +++ b/components/property_info.rst @@ -379,9 +379,9 @@ PhpDocExtractor .. note:: - This extractor depends on the `phpdocumentor/reflection`_ library. + This extractor depends on the `phpdocumentor/reflection-docblock`_ library. -Using `phpDocumentor Reflection`_ to parse property and method annotations, +Using `phpDocumentor ReflectionDocBlock`_ to parse property and method annotations, the :class:`Symfony\\Component\\PropertyInfo\\Extractor\\PhpDocExtractor` provides type and description information. This extractor is automatically 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 * ``property_info.access_extractor`` if it provides access information. .. _Packagist: https://packagist.org/packages/symfony/property-info -.. _`phpDocumentor Reflection`: https://github.com/phpDocumentor/Reflection -.. _`phpdocumentor/reflection`: https://packagist.org/packages/phpdocumentor/reflection +.. _`phpDocumentor ReflectionDocBlock`: https://github.com/phpDocumentor/ReflectionDocBlock +.. _`phpdocumentor/reflection-docblock`: https://packagist.org/packages/phpdocumentor/reflection-docblock .. _`Doctrine ORM`: http://www.doctrine-project.org/projects/orm.html .. _`symfony/serializer`: https://packagist.org/packages/symfony/serializer .. _`symfony/doctrine-bridge`: https://packagist.org/packages/symfony/doctrine-bridge