mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fix GH-1575: get_parent_class may return false
This commit is contained in:
parent
1af58f6311
commit
f004f576e7
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>string</type><methodname>get_parent_class</methodname>
|
||||
<type class="union"><type>string</type><type>false</type></type><methodname>get_parent_class</methodname>
|
||||
<methodparam choice="opt"><type class="union"><type>object</type><type>string</type></type><parameter>object_or_class</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue