From 8d80869c6e0e339ac3dc1563a4741af8c100568e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Dunglas?= Date: Thu, 15 Mar 2018 23:44:16 +0100 Subject: [PATCH] Remove non-interpreted stars in property_info.rst --- 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 c134751fb3c..e5bf0d2ff00 100644 --- a/components/property_info.rst +++ b/components/property_info.rst @@ -125,10 +125,10 @@ Extractable Information The :class:`Symfony\\Component\\PropertyInfo\\PropertyInfoExtractor` class exposes public methods to extract four types of information: -* :ref:`*List* of properties `: `getProperties()` -* :ref:`Property *type* `: `getTypes()` -* :ref:`Property *description* `: `getShortDescription()` and `getLongDescription()` -* :ref:`Property *access* details `: `isReadable()` and `isWritable()` +* :ref:`List of properties `: `getProperties()` +* :ref:`Property type `: `getTypes()` +* :ref:`Property description `: `getShortDescription()` and `getLongDescription()` +* :ref:`Property access details `: `isReadable()` and `isWritable()` .. note::