Skip to content

Commit ff7eeb1

Browse files
authored
Synchronize final class changes (#5068)
1 parent 77325b6 commit ff7eeb1

File tree

2 files changed

+30
-2
lines changed

2 files changed

+30
-2
lines changed

reference/dir/directory.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
<!-- {{{ Synopsis -->
2424
<classsynopsis class="class">
2525
<ooclass>
26+
<modifier>final</modifier>
2627
<classname>Directory</classname>
2728
</ooclass>
2829

@@ -91,6 +92,12 @@
9192
The <varname>path</varname> and <varname>handle</varname> properties are now readonly.
9293
</entry>
9394
</row>
95+
<row>
96+
<entry>8.5.0</entry>
97+
<entry>
98+
The class is now final.
99+
</entry>
100+
</row>
94101
</tbody>
95102
</tgroup>
96103
</informaltable>

reference/reflection/reflectionconstant.xml

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<reference xml:id="class.reflectionconstant" role="class" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude">
2+
<reference xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xml:id="class.reflectionconstant" role="class">
33
<title>The ReflectionConstant class</title>
44
<titleabbrev>ReflectionConstant</titleabbrev>
55

@@ -17,7 +17,6 @@
1717

1818
<classsynopsis class="class">
1919
<ooclass>
20-
<modifier>final</modifier>
2120
<classname>ReflectionConstant</classname>
2221
</ooclass>
2322

@@ -59,6 +58,28 @@
5958
</variablelist>
6059
</section>
6160

61+
<section role="changelog">
62+
&reftitle.changelog;
63+
<informaltable>
64+
<tgroup cols="2">
65+
<thead>
66+
<row>
67+
<entry>&Version;</entry>
68+
<entry>&Description;</entry>
69+
</row>
70+
</thead>
71+
<tbody>
72+
<row>
73+
<entry>8.5.0</entry>
74+
<entry>
75+
The class is no longer final.
76+
</entry>
77+
</row>
78+
</tbody>
79+
</tgroup>
80+
</informaltable>
81+
</section>
82+
6283
<section role="seealso" xml:id="reflectionconstant.seealso">
6384
&reftitle.seealso;
6485
<simplelist>

0 commit comments

Comments
 (0)