Skip to content

Commit 6d25b8e

Browse files
committed
PHP-8.4: Changelogs for __toString methods that return doc comment
1 parent fe2ce53 commit 6d25b8e

File tree

2 files changed

+48
-7
lines changed

2 files changed

+48
-7
lines changed

reference/reflection/reflectionclassconstant/tostring.xml

Lines changed: 25 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,33 @@
3030
</para>
3131
</refsect1>
3232

33+
<refsect1 role="changelog">
34+
&reftitle.changelog;
35+
<informaltable>
36+
<tgroup cols="2">
37+
<thead>
38+
<row>
39+
<entry>&Version;</entry>
40+
<entry>&Description;</entry>
41+
</row>
42+
</thead>
43+
<tbody>
44+
<row>
45+
<entry>8.4.0</entry>
46+
<entry>
47+
The attached doc comment is now included.
48+
</entry>
49+
</row>
50+
</tbody>
51+
</tgroup>
52+
</informaltable>
53+
</refsect1>
54+
3355
<refsect1 role="seealso">
3456
&reftitle.seealso;
35-
<para>
36-
<simplelist>
37-
<member><methodname>ReflectionClassConstant::export</methodname></member>
38-
<member><link linkend="object.tostring">__toString()</link></member>
39-
</simplelist>
40-
</para>
57+
<simplelist>
58+
<member><link linkend="object.tostring">__toString()</link></member>
59+
</simplelist>
4160
</refsect1>
4261

4362
</refentry>

reference/reflection/reflectionproperty/tostring.xml

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,32 @@
2626
<refsect1 role="returnvalues">
2727
&reftitle.returnvalues;
2828
<para>
29-
The string.
29+
A string representation of this <classname>ReflectionProperty</classname> instance.
3030
</para>
3131
</refsect1>
3232

33+
<refsect1 role="changelog">
34+
&reftitle.changelog;
35+
<informaltable>
36+
<tgroup cols="2">
37+
<thead>
38+
<row>
39+
<entry>&Version;</entry>
40+
<entry>&Description;</entry>
41+
</row>
42+
</thead>
43+
<tbody>
44+
<row>
45+
<entry>8.4.0</entry>
46+
<entry>
47+
The attached doc comment is now included.
48+
</entry>
49+
</row>
50+
</tbody>
51+
</tgroup>
52+
</informaltable>
53+
</refsect1>
54+
3355
<refsect1 role="seealso">
3456
&reftitle.seealso;
3557
<para>

0 commit comments

Comments
 (0)