From d16f9436ce73149a7b282504ccf8f326dbf715c8 Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Sun, 29 Nov 2020 23:42:57 +0000 Subject: [PATCH] Fix section order The returnvalues section is supposed to be above the examples section. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351754 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/tidy/tidynode/getparent.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/reference/tidy/tidynode/getparent.xml b/reference/tidy/tidynode/getparent.xml index 7395944674..29f5e1e93e 100644 --- a/reference/tidy/tidynode/getparent.xml +++ b/reference/tidy/tidynode/getparent.xml @@ -17,6 +17,14 @@ + + &reftitle.returnvalues; + + Returns a tidyNode if the node has a parent, or &null; + otherwise. + + + &reftitle.examples; @@ -61,14 +69,6 @@ string(4) "head" - - &reftitle.returnvalues; - - Returns a tidyNode if the node has a parent, or &null; - otherwise. - - -