[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-cvs
Subject:    [DOC-CVS] [doc-en] master: Change note to normal para in get_parent_class (#3134)
From:       Kamil Tekiela via GitHub <noreply () php ! net>
Date:       2024-01-23 13:52:25
Message-ID: zP5NElqObehpZOQ0chZa2XcFlZKdmDTQXnkdWalXhs () main ! php ! net
[Download RAW message or body]

Author: Kamil Tekiela (kamil-tekiela)
Committer: GitHub (web-flow)
Pusher: Girgias
Date: 2024-01-23T13:53:36Z

Commit: https://github.com/php/doc-en/commit/7d126f6cefb26fc3ef145ba3c0307ba7c1d03cf3
Raw diff: https://github.com/php/doc-en/commit/7d126f6cefb26fc3ef145ba3c0307ba7c1d03cf3.diff


Change note to normal para in get_parent_class (#3134)

Drive-by grammar fixes.

Changed paths:
  M  reference/classobj/functions/get-parent-class.xml


Diff:

diff --git a/reference/classobj/functions/get-parent-class.xml \
b/reference/classobj/functions/get-parent-class.xml index 7243dd8f214..4a9a265bdbd \
                100644
--- a/reference/classobj/functions/get-parent-class.xml
+++ b/reference/classobj/functions/get-parent-class.xml
@@ -37,11 +37,10 @@
    Returns the name of the parent class of the class of which
    <parameter>object_or_class</parameter> is an instance or the name.
   </para>
-  <note>
-   <para>
-    If the object does not have a parent or the class given does not exist &false; \
                will be returned.
-   </para>
-  </note>
+  <para>
+   If the object does not have a parent or the given class does not exist,
+   &false; will be returned.
+  </para>
   <para>
    If called without parameter outside object, this function returns &false;.
   </para>

-- 
PHP Documentation Commits Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic