Skip to content

Commit 3f5c188

Browse files
committed
minor #9447 Remove non-interpreted stars in property_info.rst (dunglas)
This PR was merged into the 2.8 branch. Discussion ---------- Remove non-interpreted stars in property_info.rst The renderer doesn't interpret stars in backticks. Commits ------- 8d80869 Remove non-interpreted stars in property_info.rst
2 parents 9a74af4 + 8d80869 commit 3f5c188

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

components/property_info.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,10 @@ Extractable Information
125125
The :class:`Symfony\\Component\\PropertyInfo\\PropertyInfoExtractor`
126126
class exposes public methods to extract four types of information:
127127

128-
* :ref:`*List* of properties <property-info-list>`: `getProperties()`
129-
* :ref:`Property *type* <property-info-type>`: `getTypes()`
130-
* :ref:`Property *description* <property-info-description>`: `getShortDescription()` and `getLongDescription()`
131-
* :ref:`Property *access* details <property-info-access>`: `isReadable()` and `isWritable()`
128+
* :ref:`List of properties <property-info-list>`: `getProperties()`
129+
* :ref:`Property type <property-info-type>`: `getTypes()`
130+
* :ref:`Property description <property-info-description>`: `getShortDescription()` and `getLongDescription()`
131+
* :ref:`Property access details <property-info-access>`: `isReadable()` and `isWritable()`
132132

133133
.. note::
134134

0 commit comments

Comments
 (0)