Skip to content

Commit c0e4870

Browse files
authored
Synchronize manual with stubs for PHP 8.4 - part 3 (#4179)
* Synchronize manual with stubs for PHP 8.4 - part 3 * Remove duplicated description * Fix property IDs
1 parent c8ba91f commit c0e4870

File tree

5 files changed

+85
-56
lines changed

5 files changed

+85
-56
lines changed

language/predefined/php-incomplete-class.xml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828

2929
<classsynopsis class="class">
3030
<ooclass>
31+
<modifier>final</modifier>
3132
<classname>__PHP_Incomplete_Class</classname>
3233
</ooclass>
3334
</classsynopsis>
@@ -41,6 +42,28 @@
4142
</para>
4243
</section>
4344

45+
<section xml:id="php-incomplete-class.changelog" role="changelog">
46+
&reftitle.changelog;
47+
<informaltable>
48+
<tgroup cols="2">
49+
<thead>
50+
<row>
51+
<entry>&Version;</entry>
52+
<entry>&Description;</entry>
53+
</row>
54+
</thead>
55+
<tbody>
56+
<row>
57+
<entry>8.0.0</entry>
58+
<entry>
59+
This class is now <literal>final</literal>.
60+
</entry>
61+
</row>
62+
</tbody>
63+
</tgroup>
64+
</informaltable>
65+
</section>
66+
4467
<section xml:id="php-incomplete-class.examples" role="examples">
4568
&reftitle.examples;
4669
<example xml:id="php-incomplete-class.basic-example">

0 commit comments

Comments
 (0)