1
0
mirror of https://github.com/php/doc-en.git synced 2026-03-24 15:52:15 +01:00

replaced class with method.

Because these classes are NOT originally `final` class in PHP 8.0.
https://github.com/php/php-src/blob/PHP-8.0/ext/reflection/php_reflection.stub.php
This commit is contained in:
Yoshinari Takaoka
2021-12-03 00:51:27 +09:00
parent 1f7a0e4af8
commit 49eff29e8e
5 changed files with 5 additions and 5 deletions

View File

@@ -44,7 +44,7 @@
<row>
<entry>8.1.0</entry>
<entry>
The method is no longer <modifier>final</modifier>.
This method is no longer <modifier>final</modifier>.
</entry>
</row>
</tbody>

View File

@@ -46,7 +46,7 @@
<row>
<entry>8.1.0</entry>
<entry>
The class is no longer <modifier>final</modifier>.
This method is no longer <modifier>final</modifier>.
</entry>
</row>
</tbody>

View File

@@ -46,7 +46,7 @@
<row>
<entry>8.1.0</entry>
<entry>
The class is no longer <modifier>final</modifier>.
This method is no longer <modifier>final</modifier>.
</entry>
</row>
</tbody>

View File

@@ -46,7 +46,7 @@
<row>
<entry>8.1.0</entry>
<entry>
The class is no longer <modifier>final</modifier>.
This method is no longer <modifier>final</modifier>.
</entry>
</row>
</tbody>

View File

@@ -46,7 +46,7 @@
<row>
<entry>8.1.0</entry>
<entry>
The class is no longer <modifier>final</modifier>.
This method is no longer <modifier>final</modifier>.
</entry>
</row>
</tbody>