Skip to content

Commit 6050606

Browse files
author
Yoshinari Takaoka
committed
Add missing changelog entry for deprecated ReflectionType::__toString()
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@350651 c90b9560-bf6c-de11-be94-00142212c4b1
1 parent 0959a01 commit 6050606

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

reference/reflection/reflectiontype/tostring.xml

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: c5971e972a89c151ff1455853fdc41c19483788c Maintainer: mumumu Status: ready -->
3+
<!-- EN-Revision: 3fc4586f54eb27f406b848058941217493110f83 Maintainer: mumumu Status: ready -->
44

55
<refentry xml:id="reflectiontype.tostring" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
66
<refnamediv>
@@ -61,6 +61,28 @@ string
6161
</para>
6262
</refsect1>
6363

64+
<refsect1 role="changelog">
65+
&reftitle.changelog;
66+
<informaltable>
67+
<tgroup cols="2">
68+
<thead>
69+
<row>
70+
<entry>&Version;</entry>
71+
<entry>&Description;</entry>
72+
</row>
73+
</thead>
74+
<tbody>
75+
<row>
76+
<entry>7.1.0</entry>
77+
<entry>
78+
<methodname>ReflectionType::__toString</methodname> は非推奨になりました。
79+
</entry>
80+
</row>
81+
</tbody>
82+
</tgroup>
83+
</informaltable>
84+
</refsect1>
85+
6486
<refsect1 role="seealso">
6587
&reftitle.seealso;
6688
<para>

0 commit comments

Comments
 (0)