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 @@ -125,10 +125,10 @@ Extractable Information
125
125
The :class: `Symfony\\ Component\\ PropertyInfo\\ PropertyInfoExtractor `
126
126
class exposes public methods to extract four types of information:
127
127
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() `
132
132
133
133
.. note ::
134
134
You can’t perform that action at this time.
0 commit comments