Skip to content

Commit 85e111c

Browse files
committed
Added missing references
1 parent 8650dd8 commit 85e111c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

components/property_info.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
The PropertyInfo Component
66
==========================
77

8-
The PropertyInfo component extracts information about PHP class properties using
9-
metadata from popular sources, like Reflection and PHP Documentation.
8+
The PropertyInfo component extracts information about PHP class properties
9+
using metadata from popular sources, like `Reflection`_ and `PHP Documentation`_.
1010

1111
.. versionadded:: 2.8
1212
The PropertyInfo component was introduced in Symfony 2.8.
@@ -20,3 +20,7 @@ You can install the component in 2 different ways:
2020
* Use the official Git repository (https://github.com/symfony/property-info).
2121

2222
For more information, see the code in the Git Repository.
23+
24+
.. _`Reflection`: http://php.net/manual/en/book.reflection.php
25+
.. _`PHP Documentation`: https://www.phpdoc.org
26+
.. _Packagist: https://packagist.org/packages/symfony/property-info

0 commit comments

Comments
 (0)