mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fix #76949: ReflectionType::__toString() not marked as deprecated
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345735 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
99d1ecc2f4
commit
c5971e972a
2 changed files with 13 additions and 0 deletions
|
@ -27,6 +27,14 @@
|
|||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="seealso">
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<simplelist>
|
||||
<member><methodname>ReflectionType::__toString</methodname></member>
|
||||
</simplelist>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
</refentry>
|
||||
|
||||
|
|
|
@ -7,6 +7,10 @@
|
|||
<refpurpose>To string</refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
<refsynopsisdiv>
|
||||
&warn.deprecated.function-7-1-0;
|
||||
</refsynopsisdiv>
|
||||
|
||||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
|
@ -60,6 +64,7 @@ string
|
|||
&reftitle.seealso;
|
||||
<para>
|
||||
<simplelist>
|
||||
<member><methodname>ReflectionNamedType::getName</methodname></member>
|
||||
<member><methodname>ReflectionType::allowsNull</methodname></member>
|
||||
<member><methodname>ReflectionType::isBuiltin</methodname></member>
|
||||
<member><methodname>ReflectionParameter::getType</methodname></member>
|
||||
|
|
Loading…
Reference in a new issue