Skip to content

Commit 5550261

Browse files
committed
Fix wrong parameter name
php/doc-en@3a1b673
1 parent 1e8c91d commit 5550261

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/classobj/functions/get-parent-class.xml

Lines changed: 2 additions & 2 deletions
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: 7783d8198a174598da3b15692720350fa92cbc31 Maintainer: takagi Status: ready -->
3+
<!-- EN-Revision: 3a1b673c5f74b3f2e94ceb82da2234eec33ad296 Maintainer: takagi Status: ready -->
44
<!-- CREDITS: hirokawa,shimooka,mumumu -->
55
<refentry xml:id="function.get-parent-class" xmlns="http://docbook.org/ns/docbook">
66
<refnamediv>
@@ -36,7 +36,7 @@
3636
<refsect1 role="returnvalues">
3737
&reftitle.returnvalues;
3838
<para>
39-
<parameter>object</parameter>
39+
<parameter>object_or_class</parameter>
4040
がインスタンスあるいは名前であるクラスの親クラス名を返します。
4141
</para>
4242
<note>

0 commit comments

Comments
 (0)